问题
今天在环境上搭建平台,执行docker-compose up -d 报错
Error response from daemon: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-b649822bbcff -j RETURN: iptables: No chain/target/match by that name. (exit status 1))
如下图
文章来源:https://www.toymoban.com/news/detail-523232.html
方法
这是因为在启动docker的时候防火墙做了策略,如果容器在运行中,停止防火墙,在操作容器就会报这个错误,我们可以重启docker解决此问题文章来源地址https://www.toymoban.com/news/detail-523232.html
systemctl restart docker.service
然后
docker-compose up -d
到了这里,关于failed to create network error response from daemon filed to setup ip tables问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!