To check how much storage space Docker consumes with all images, containers, etc, use the following command:
`docker system df`
Example output:
![[Pasted image 20250122200731.png]]
### See also
1. [[How to delete Docker data older than 30 days?]]
2. [[How to clean up Docker builder cache?]]
### Reference
1. [Docker system df on Docker Website](https://docs.docker.com/reference/cli/docker/system/df/)