diff --git a/podman_cleanup.sh b/podman_cleanup.sh index 38bad1f77..3641a620f 100755 --- a/podman_cleanup.sh +++ b/podman_cleanup.sh @@ -7,5 +7,4 @@ source validation.sh early_cleanup_validation -sudo podman image prune --all -f -sudo podman volume prune -f +sudo podman system prune -a --volumes --force