概述
由于需要变更配置,在进行重启时出现异常。
[[email protected] conf]# docker-compose -f Nginx_Node.yaml up -d
Creating network "conf_website" with the default driver
ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-7723b7cabbf3 -j RETURN: iptables: No chain/target/match by that name.
(exit status 1))
解决方法
[[email protected] conf]# systemctl restart docker
此处评论已关闭