diff --git a/snippets/dockerfullprune.snippet b/snippets/dockerfullprune.snippet index 009731a..30b740e 100644 --- a/snippets/dockerfullprune.snippet +++ b/snippets/dockerfullprune.snippet @@ -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 \ No newline at end of file +sudo docker system prune -a \ No newline at end of file