
2 Commands to Quickly View Docker Disk Space Usage
Between downloading and playing with new container images, running different variations different containerized applications within Docker, and building various new containers it is easy for Docker to start taking up serious space on your host machine. If you run a lot of containers that require persistent volumes, Docker will create those localized volumes on your system in the background as the container is initializing. This can create a lot of Docker disk space usage.