Added all my Peronal Scripts

This commit is contained in:
2026-01-12 13:54:08 +02:00
parent 1b8952d8b0
commit 6810d85324
10 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# @name: Docker Full Prune
# @description: This will remove all stopped containers & all networks not used by at least one container & all images without at least one container associated to them & all build cache
# @os: Ubuntu
docker system prune -a