当启动docker terminal下面填充错误时,如何解决这个问题
获取IP地址时出错:运行SSH命令出错了!
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
最佳答案
大部分“运行SSH命令出错了!”私钥问题导致的错误.
原文链接:https://www.f2er.com/docker/436607.html你可以用-D选项运行docker-machine并手动检查ssh命令.
另外,我已经创建了https://github.com/docker/machine/pull/3235来解决这些问题.