Skip to content

Commit

Permalink
Update "image prune" command in Docker cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski authored Jul 19, 2024
1 parent d0cc500 commit b4ef232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/articles/docker/cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ See: <https://docs.docker.com/config/pruning/>

```shell
docker system prune
docker image prune
docker image prune -a
docker container prune
docker volume prune
```

0 comments on commit b4ef232

Please sign in to comment.