报错信息
[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
来源:oschina
链接:https://my.oschina.net/u/4369994/blog/4415148