报错内容如下
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 //sysconfig/docker
修改other_args=这一行为:other_args=-bip=192.168.100.1/24
保存退出
时间: 2024-10-04 23:20:05