首页 > 其他 > 详细

docker-compose操作容器报错:ERROR: Failed to Setup IP tab

时间:2020-07-22 01:16:08      阅读:111      评论:0      收藏:0      [点我收藏+]
报错信息
[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

原文:https://blog.51cto.com/14843781/2512310

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!