Home > OS >  Docker - machine create 3-d virtualbox XXX go wrong
Docker - machine create 3-d virtualbox XXX go wrong

Time:09-27

[root @ localhost 11:07 ~] # docker - machine create 3-d virtualbox dev
Running the pre - create checks...
Creating the machine...
(dev) Copying/root/docker/machine/cache/boot2docker. Iso to/root/. Docker/machine/those/dev/boot2docker. Iso...
(dev) Creating VirtualBox VM...
(dev) Creating SSH key...
(dev) Starting the VM...
(dev) Check network to re - create the if men...
(dev) Waiting for the an IP...
Error creating machine: the Error in driver during the machine creation: unexpected EOF
Wrapper Docker Machine process exiting due to closed the plugin server (connection is shut down)
Wrapper Docker Machine process exiting due to closed the plugin server (connection is shut down)
/root @ "localhost ~ # Wrapper Docker Machine process exiting due to closed the plugin server (connection is shut down

Experimental environment: window10, vmware workstation14, centos7.3
Through the docker - on centos machine error creating virtualbox appear afore-mentioned, the closed plugin server is what reason is caused? Please advice? Thank you

CodePudding user response:

Vmware allocated memory is not enough, I before vmware 2 g memory allocation, can only create a docker - machine host, create a second and you the same error, then this article refer to https://blog.csdn.net/computeriam/article/details/88664861, vmware to 4 g, you can create multiple host, don't know if any of you, for your reference,
  • Related