mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
podman stop --cidfile missing --ignore
Podman should ignore failures to find a cidfile when stoping the container if the user specified --ignore Fixes: https://github.com/containers/podman/issues/19546 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -20,6 +20,8 @@ Remove all containers. Can be used in conjunction with **-f** as well.
|
||||
|
||||
@@option cidfile.read
|
||||
|
||||
Command does not fail when *file* is missing and user specified --ignore.
|
||||
|
||||
#### **--depend**
|
||||
|
||||
Remove selected container and recursively remove all containers that depend on it.
|
||||
|
@ -23,6 +23,8 @@ Stop all running containers. This does not include paused containers.
|
||||
|
||||
@@option cidfile.read
|
||||
|
||||
Command does not fail when *file* is missing and user specified --ignore.
|
||||
|
||||
#### **--filter**, **-f**=*filter*
|
||||
|
||||
Filter what containers are going to be stopped.
|
||||
|
Reference in New Issue
Block a user