summaryrefslogtreecommitdiff
path: root/docs/podman-rm.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-rm.1.md')
-rw-r--r--docs/podman-rm.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/podman-rm.1.md b/docs/podman-rm.1.md
index 3e9019385..a3d1ec03c 100644
--- a/docs/podman-rm.1.md
+++ b/docs/podman-rm.1.md
@@ -20,6 +20,7 @@ Force the removal of a running container
Remove all containers. Can be used in conjunction with -f as well.
**--latest, -l**
+
Instead of providing the container name or ID, use the last created container. If you use methods other than Podman
to run containers such as CRI-O, the last started container could be from either of those methods.
## EXAMPLE