We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c2365 commit 21eceb3Copy full SHA for 21eceb3
1 file changed
dev.md
@@ -5,6 +5,11 @@ use it when docker says "There is no space left on device". It will remove built
5
docker system prune -f
6
```
7
8
+## if the previous doesn't help anymore:
9
+```
10
+docker system prune -a
11
12
+
13
14
docker rm -f $(docker ps -qa)
15
0 commit comments