I\'m trying to start some very large Containers on Docker Toolbox (about 18 GB in total). Unfortunately, I always get the error that there is not enough disk space. I have a 1TB
In my case I had a lot of stopped containers, images and volumes - eating up space. Below commands help:
docker container prune
docker volume prune
docker image prune