Signed-off-by: Raghul-M <raghul.m1430@gmail.com>
This commit is contained in:
Raghul-M
2025-08-16 01:30:10 +05:30
parent 8674775039
commit e1d6dfd2c7

View File

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