diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-15 17:08:54 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-16 10:05:41 -0500 |
commit | 78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5 (patch) | |
tree | 46e3eced8e0188d2979136ecbd87a833323f71fe /docs/podman-rm.1.md | |
parent | d8683219d2ac5fd9a0aa271ef9d94cebe0c2adc0 (diff) | |
download | podman-78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5.tar.gz podman-78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5.tar.bz2 podman-78fc4c67fdd1f8d8a3567ffd941c1f5b3e1b6ba5.zip |
Add --latest and --all to podman mount/umount
I find these useful for playing around with containers.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/podman-rm.1.md')
-rw-r--r-- | docs/podman-rm.1.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/podman-rm.1.md b/docs/podman-rm.1.md index 56664a8c1..4fcb0b6c5 100644 --- a/docs/podman-rm.1.md +++ b/docs/podman-rm.1.md @@ -11,14 +11,14 @@ podman\-rm - Remove one or more containers ## OPTIONS -**--force, f** - -Force the removal of a running and paused containers - **--all, a** Remove all containers. Can be used in conjunction with -f as well. +**--force, f** + +Force the removal of a running and paused containers + **--latest, -l** Instead of providing the container name or ID, use the last created container. If you use methods other than Podman |