Skip to content

Commit

Permalink
yet another docker cleanup call
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov committed Feb 3, 2024
1 parent a2c2365 commit 21eceb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 21eceb3

Please sign in to comment.