diff --git a/cmd/podman/system_prune.go b/cmd/podman/system_prune.go index b499d8dd2e..5e0db0c1ec 100644 --- a/cmd/podman/system_prune.go +++ b/cmd/podman/system_prune.go @@ -70,6 +70,7 @@ Are you sure you want to continue? [y/N] `, volumeString) if strings.ToLower(ans)[0] != 'y' { return nil } + c.Force = true } runtime, err := adapter.GetRuntime(getContext(), &c.PodmanCommand)