您的位置:首页 > 运维架构 > Docker

阿里云不能启动docker

2015-08-17 20:07 736 查看
报错内容如下
Get http:///var/run/docker.sock/v1.18/images/json: dial unix /var/run/docker.sock: no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS?
解决办法
route del -net 172.16.0.0 netmask 255.240.0.0
或者
一般会在 /etc/sysconfig/docker编辑这个文件 vi /etc/sysconfig/docker修改other_args=这一行为:other_args=-bip=192.168.100.1/24保存退出
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  docker