Docker not working in Windows10

后端 未结 4 818
醉酒成梦
醉酒成梦 2021-01-04 05:52

I am using Docker version 1.12.2, build bb80604 and VirtualBox 5.1.6.

I was able to install Docker Toolbox correctly but I am

4条回答
  •  一整个雨季
    2021-01-04 06:21

    You may need another couple of steps additional to what @programmerq mentioned.

    • Create empty text file: C:\Users\\.docker\machine\machines\default\config.json
    • Stop VBoxHeadless.exe service from Windows task manager

    Try docker-machine rm -f default and docker-machine create -d virtualbox --virtualbox-memory 2048 default commands afterwards to remove/add default

提交回复
热议问题