The following manpage was missing examples for --force & --time flags:

- podman rm

Fixes [#26365](https://github.com/containers/podman/issues/26365)

Signed-off-by: Ondrej Babec <obabec@dnanexus.com>
This commit is contained in:
Ondrej Babec 2025-06-13 10:55:07 +02:00
parent f69f92cdf7
commit 74c8fa3906
No known key found for this signature in database
GPG Key ID: A35202C174BB4674
1 changed files with 11 additions and 0 deletions

View File

@ -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