Update dockerfullprune.snippet

This commit is contained in:
2026-01-12 13:56:39 +02:00
parent 6810d85324
commit 42c8183ec0

View File

@@ -2,4 +2,4 @@
# @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
sudo docker system prune -a