Added swarm wide prune option

This commit is contained in:
2026-05-31 16:29:58 +02:00
parent e9093733a0
commit da8f591739
2 changed files with 19 additions and 1 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
# Script to prune everything in docker.
docker system prune --all --force
#docker system prune --all --force
cd docker_prune
docker compose up -d
cd ..