I am using Oracle VM VurtualBox version 5.1.18
Windows 10 version 64bit and Docker Quick Start Terminal
I installed docker terminal and tried to start it. I received this message.
enter image description here
So, I ran it again, and I received this message.
enter image description here
So, when I tried the command "$ docker-machine ls", the following message was printed.
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS default * virtualbox Running Unknown ssh command error: command : ip addr show err : exit status 255 output :
To solve this problem, I tried the following command.
$ Docker-machine rm default $ Docker-machine create --driver virtualbox default
However, the same phenomenon is repeated.
linux windows boot2docker
kimchiman
source share