Skip to content
New issue

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

Install falcon-plus from docker error #188

Closed
IamBusy opened this issue Jul 26, 2017 · 1 comment
Closed

Install falcon-plus from docker error #188

IamBusy opened this issue Jul 26, 2017 · 1 comment

Comments

@IamBusy
Copy link

IamBusy commented Jul 26, 2017

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:

/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

@hitripod
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants