Docker Cheat Sheet/Show disk usage

Display disk usage by images, containers, volumes, and build cache.

Section: System and Cleanup

Show disk usage

bash
bash
docker system df
Explanation

Great for understanding where Docker is using space.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing System and Cleanup
Remove an image
Delete a local image.
OpenIn sheetbash1 tag match
Force remove an image
Force-remove a local image.
OpenIn sheetbash1 tag match
Prune dangling images
Remove dangling images.
OpenIn sheetbash1 tag match
Run and remove on exit
Automatically remove the container after it exits.
OpenIn sheetbash1 tag match
Prune unused images
Remove all unused images.
OpenIn sheetbash1 tag match
Remove a stopped container
Remove one or more stopped containers.
OpenIn sheetbash1 tag match