We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the guideline to install falcon-plus by docker.
docker pull openfalcon/falcon-plus:0.2.0 docker run -itd -p 8081:8081 openfalcon/falcon-plus:0.2.0 bash /run.sh hbs
However it failded, and got the ERROR:
ERROR
/usr/bin/docker-current: Error response from daemon: driver failed programming external connectivity on endpoint serene_ptolemy (ecebb819c2de6e0057d6bdaedc1123673b99fe8834937ebb0d805415e8e7888a): iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.6 --dport 8081 -j ACCEPT: iptables: No chain/target/match by that name. (exit status 1).
And here is some info:
➜ docker git:(master) cat /proc/version Linux version 3.10.0-514.6.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Thu Feb 23 03:04:39 UTC 2017 ➜ docker git:(master) lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.2.1511 (Core) Release: 7.2.1511 Codename: Core ➜ docker git:(master) docker -v Docker version 1.12.6, build 88a4867/1.12.6
The text was updated successfully, but these errors were encountered:
The error message is not related to Falcon-Plus.
iptables failed: iptables --wait -t filter -A DOCKER ! -i docker0 -o docker0 -p tcp -d 172.17.0.6 --dport 8081 -j ACCEPT: iptables: No chain/target/match by that name.
Sorry, something went wrong.
No branches or pull requests
I followed the guideline to install falcon-plus by docker.
However it failded, and got the
ERROR
:And here is some info:
The text was updated successfully, but these errors were encountered: