diff --git a/docs/source/markdown/podman-rm.1.md.in b/docs/source/markdown/podman-rm.1.md.in index b4dfc9f663..70c8bc9f41 100644 --- a/docs/source/markdown/podman-rm.1.md.in +++ b/docs/source/markdown/podman-rm.1.md.in @@ -70,6 +70,17 @@ already been removed along with the container. The --force option must be specified to use the --time option. +## EXAMPLES +Forcefully kill container immediately: +``` +$ podman rm mywebserver --force --time 0 +``` + +Forcefully kill container after 1 minute: +``` +$ podman rm mywebserver --force --time 60 +``` + #### **--volumes**, **-v** Remove anonymous volumes associated with the container. This does not include named volumes