Docker for mac disk usage

broken image

get the disk usage down and be able to start docker build.Removing unused volumes with docker volume prune or docker volume ls -qf dangling=true | xargs -r docker volume won’t help either.

broken image

60Gb / 70Gb availableĮven if I docker rm and docker rmi everything, nothing will make the disk usage go down. When trying to make a Dockerfile work, each failed build accumulates disk usage and soon I find myself into getting no space left on device all the time.Įxample: # docker disk usage is currently =~ 0Gb / 70Gb available

broken image

25th May 2021 docker, docker-desktop, macos, macos-big-sur