From 21eceb3740f196ad2f30fa50bdaa01d5924c93e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CEvgeny?= Date: Sat, 3 Feb 2024 11:01:21 +0100 Subject: [PATCH] yet another docker cleanup call --- dev.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev.md b/dev.md index 37152bf..6ef07aa 100644 --- a/dev.md +++ b/dev.md @@ -5,6 +5,11 @@ use it when docker says "There is no space left on device". It will remove built docker system prune -f ``` +## if the previous doesn't help anymore: +``` +docker system prune -a +``` + ``` docker rm -f $(docker ps -qa) ```