docker-compose操作容器报错:ERROR: Failed to Setup IP tab
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker-compose操作容器报错:ERROR: Failed to Setup IP tab相关的知识,希望对你有一定的参考价值。
报错信息
[root@docker01 elk]#docker-compose up -d
Creating network "elk_default" 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-ca67fb76e85c -j RETURN: iptables: No chain/target/match by that
name. (exit status 1))
原因及解决
关闭防火墙后需要重启docker:systemctl restart docker
以上是关于docker-compose操作容器报错:ERROR: Failed to Setup IP tab的主要内容,如果未能解决你的问题,请参考以下文章
docker-compose进行部署容器的时候,报错权限不足
畅享docker-compose之旅及编排wordpress报错解决