Increase Disk Space on Docker Toolbox

前端 未结 4 1030
[愿得一人]
[愿得一人] 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条回答
  •  花落未央
    2021-02-01 03:40

    OK, I finally found the solution:

    Open Docker Quickstart Terminal, remove the virtual docker-machine and add a new one:

     $ docker-machine rm default
     $ docker-machine create -d virtualbox --virtualbox-disk-size "100000" default
    

提交回复
热议问题