Skip to content

Commit 21eceb3

Browse files
committed
yet another docker cleanup call
1 parent a2c2365 commit 21eceb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ use it when docker says "There is no space left on device". It will remove built
55
docker system prune -f
66
```
77

8+
## if the previous doesn't help anymore:
9+
```
10+
docker system prune -a
11+
```
12+
813
```
914
docker rm -f $(docker ps -qa)
1015
```

0 commit comments

Comments
 (0)