mirror of
https://github.com/containers/podman.git
synced 2025-11-13 09:38:05 +08:00
image prune: support removing external containers
Support removing external containers (e.g., build containers) during image prune. Fixes: #11472 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/sysinfo/sysinfo_linux.go
generated
vendored
2
vendor/github.com/containers/common/pkg/sysinfo/sysinfo_linux.go
generated
vendored
@@ -237,7 +237,7 @@ func checkCgroupPids(cgMounts map[string]string, quiet bool) cgroupPids {
|
||||
_, ok := cgMounts["pids"]
|
||||
if !ok {
|
||||
if !quiet {
|
||||
logrus.Warn("unable to find pids cgroup in mounts")
|
||||
logrus.Warn("Unable to find pids cgroup in mounts")
|
||||
}
|
||||
return cgroupPids{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user