Error getting IP address: something went wrong using the SSH command! team

When starting the dock terminal below the error is filled out, how to fix it Error getting IP address: something went wrong, that you are using the SSH command!

command : ip addr show dev eth1 err : exit status 255 output : docker is configured to use the default machine with IP For help getting started, check out the docs at https://docs.docker.com 
+7
docker ssh boot2docker
source share
1 answer

most of "Something went wrong when the SSH command started!" Errors caused by problems with private keys.

you can start the docker machine with the -D option and check the ssh command manually.

also, I created https://github.com/docker/machine/pull/3235 to solve such problems.

0
source share

All Articles