mirror of https://github.com/containers/podman.git
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:
parent
f69f92cdf7
commit
74c8fa3906
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue