Files
Nexterm-Source/snippets/dockerfullprune.snippet

5 lines
256 B
Plaintext

# @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
sudo docker system prune -a