Manually use virtual to install boot2docker and give it a try. The prompts are more obvious. Like the answer from the classmate above, docker-machine will check whether it contains the default virtualbox virtual operating system when it starts. If there is no docker-machine, it will be executed. : docker-machine.exe create --dir...... to create, this error message is that an error was reported during creation.
What system is yours? Docker uses HyperV by default on Win10. It will automatically restart after installation. It seems like your error is a failure to start VirtualBox? Do I need to install VirtualBox manually
Manually use virtual to install boot2docker and give it a try. The prompts are more obvious. Like the answer from the classmate above, docker-machine will check whether it contains the default virtualbox virtual operating system when it starts. If there is no docker-machine, it will be executed. : docker-machine.exe create --dir...... to create, this error message is that an error was reported during creation.
What system is yours? Docker uses HyperV by default on Win10. It will automatically restart after installation. It seems like your error is a failure to start VirtualBox? Do I need to install VirtualBox manually
C:WINDOWSsystem32>docker --version
Docker version 17.03.1-ce, build c6d412e
Try this version instead