diff --git a/scripts/docker-cleanup.sh b/scripts/docker-cleanup.sh index 90b32b98..34a98b2c 100755 --- a/scripts/docker-cleanup.sh +++ b/scripts/docker-cleanup.sh @@ -12,4 +12,5 @@ if [ -n "$CONTAINERS" ]; then docker rm $CONTAINERS fi -docker image prune -f +# remove dangling images, containers, volumes, and networks (not tagged or associated with a container) +docker system prune -f