Skip to content

Commit

Permalink
bin/docker-purge: add a comment about cleaning docker buildx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fishilico committed Sep 7, 2024
1 parent 20fc96e commit b1bda7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/docker-purge
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
# Aggressively clean-up files created by docker
#
# This is a rough equivalent of "docker system prune"
#
# For "docker buildx", the cache can be cleared with "docker buildx prune"

# Remove all stopped containers
CONTAINERS_NUM="$(docker ps -a -q | wc -l)"
Expand Down

0 comments on commit b1bda7d

Please sign in to comment.