在启动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
答案 0 :(得分:0)
大多数“运行SSH命令出错了!”私钥问题导致的错误。
您可以使用-D选项运行docker-machine并手动检查ssh命令。
另外,我已创建https://github.com/docker/machine/pull/3235来解决此类问题。