From 42c8183ec06d06021a884ee383b2e962ad5aa10f Mon Sep 17 00:00:00 2001 From: MohandL3G Date: Mon, 12 Jan 2026 13:56:39 +0200 Subject: [PATCH] Update dockerfullprune.snippet --- snippets/dockerfullprune.snippet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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