Added all my Peronal Scripts
This commit is contained in:
5
snippets/dockerfullprune.snippet
Normal file
5
snippets/dockerfullprune.snippet
Normal 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
|
||||
Reference in New Issue
Block a user