mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-16 05:39:34 +00:00
Add an --ignore flag to podman rm and stop. When specified, Podman will
ignore "no such {container,pod}" errors that occur when a specified
container/pod is not present in the store (anymore). The motivation
behind adding this flag is to write more robust systemd services using
Podman. A user might have manually decided to remove a container/pod
which would lead to a failure during the `ExecStop` directive of a
systemd service referencing that container/pod.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
|
||
|---|---|---|
| .. | ||
| shortcuts | ||
| checkpoint_restore.go | ||
| client.go | ||
| client_config.go | ||
| client_unix.go | ||
| client_windows.go | ||
| containers.go | ||
| containers_remote.go | ||
| errors.go | ||
| images.go | ||
| images_remote.go | ||
| info_remote.go | ||
| network.go | ||
| pods.go | ||
| pods_remote.go | ||
| runtime.go | ||
| runtime_remote.go | ||
| runtime_remote_supported.go | ||
| sigproxy_linux.go | ||
| terminal.go | ||
| terminal_linux.go | ||
| volumes_remote.go | ||