Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub

docker system df

The docker system df command displays information regarding the amount of disk space used by the docker daemon

command

docker system df [--verbose]

output

Images          16        16        7.305GB   929.3MB (12%)
Containers      23        23        131.6MB   0B (0%)
Local Volumes   17        17        2.289GB   0B (0%)
Build Cache     1069      0         50.83GB   50.83GB

Reference

docker buildx prune

docker buildx prune

Refernece

docker builder prune

docker builder prune

Reference