mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 17:36:22 +00:00
This flag switches to removing containers directly from c/storage and is mostly used to remove orphan containers. It's a superior solution to our former one, which attempted removal from storage under certain circumstances and could, under some conditions, not trigger. Also contains the beginning of support for storage in `ps` but wiring that in is going to be a much bigger pain. Fixes #3329. Signed-off-by: Matthew Heon <matthew.heon@pm.me> |
||
|---|---|---|
| .. | ||
| 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 | ||
| 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 | ||