mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 18:05:41 +00:00
parent
8674775039
commit
e1d6dfd2c7
1 changed files with 9 additions and 0 deletions
|
|
@ -151,6 +151,15 @@ Remove by network:
|
|||
$ podman rm --filter network=web-net
|
||||
1c057cac90c0512df86197599eef5a9485afc900b1ade03c9739fa24c360bbda
|
||||
```
|
||||
|
||||
Remove containers ignoring errors if they don't exist :
|
||||
```
|
||||
$ podman rm --ignore mycontainer1 mycontainer2 nonexistent-container
|
||||
mycontainer1
|
||||
mycontainer2
|
||||
```
|
||||
|
||||
|
||||
## Exit Status
|
||||
**0** All specified containers removed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue