I am using the Oracle VM VurtualBox 5.1.18 version
Windows 10 version 64bit, and "Docker Quick Start Terminal"
I installed the docker terminal and tried to run it. I got this message.
So I ran it again and I get this message.
so, When I tried "$docker-machine ls" command, 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 the problem, I tried the following command.
$ Docker-machine rm default
$ Docker-machine create --driver virtualbox default
Nevertheless, the same phenomenon repeats itself.