Initial commit

This commit is contained in:
David Frassi
2026-06-17 01:26:44 +02:00
commit 51c56a6f30
65 changed files with 3731 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
docker stop $(docker ps -aq) 2>/dev/null; \
docker rm $(docker ps -aq) 2>/dev/null; \
docker rmi -f $(docker images -aq) 2>/dev/null; \
docker network prune -f; \
docker volume prune -f; \
docker system prune -a --volumes -f