summaryrefslogtreecommitdiff
path: root/docs/podman-run.1.md
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-03-11 09:32:34 -0400
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-03-11 09:34:30 -0400
commit3e3fcd542288bb088863afdad8efdea2461bbe18 (patch)
tree549e723fdb55f02335f1f37fa8bf2514ee462b04 /docs/podman-run.1.md
parent349e6911497a95a6a8121524b56704fe680f2b09 (diff)
downloadpodman-3e3fcd542288bb088863afdad8efdea2461bbe18.tar.gz
podman-3e3fcd542288bb088863afdad8efdea2461bbe18.tar.bz2
podman-3e3fcd542288bb088863afdad8efdea2461bbe18.zip
Remove --rm and --detach don't coexist note
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> With later changes of Podman, you can now use both the --rm and --detach in a single run command. This PR removes the documentation in the man pages saying this is not allowed. Fixes: #2601
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r--docs/podman-run.1.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index bbf10a2ce..b5fa0ed4c 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -170,8 +170,7 @@ Detached mode: run the container in the background and print the new container I
At any time you can run **podman ps** in
the other shell to view a list of the running containers. You can reattach to a
-detached container with **podman attach**. If you choose to run a container in
-the detached mode, then you cannot use the **-rm** option.
+detached container with **podman attach**.
When attached in the tty mode, you can detach from the container (and leave it
running) using a configurable key sequence. The default sequence is `CTRL-p CTRL-q`.