在/etc/docker/daemon.json 文件中添加"iptables": false如下:
{ "registry-mirrors": ["http://hub-mirror.c.163.com"], "iptables": false }
重启docker
# systemctl daemon-reload #systemctl restart docker