Increase Disk Space on Docker Toolbox

前端 未结 4 1025
[愿得一人]
[愿得一人] 2021-02-01 03:11

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

4条回答
  •  梦毁少年i
    2021-02-01 03:22

    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

提交回复
热议问题