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

docker daemon/ iptables error when running dray with flannel #9

Open
clausqr opened this issue Nov 2, 2015 · 0 comments
Open

docker daemon/ iptables error when running dray with flannel #9

clausqr opened this issue Nov 2, 2015 · 0 comments

Comments

@clausqr
Copy link

clausqr commented Nov 2, 2015

Hi, I'm running a CoreOS cluster with flannel for networking, and when running the panamax unit files with fleetctl I stumbled upon this dray related error:

$ docker run -d --name reds reds  
/^[a-f0-9]{32}$/  
$ docker run -d --name dray \  
>   --link redis:redis \  
>   -v /var/run/docker.sock:/var/run/docker.sock \  
>   -p 3000:3000 \  
>   centurylink/dray:latest  

Error response from daemon: 
Cannot start container /^[a-f0-9]{32}$/:  
iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 3000 -j DNAT  
--to-destination 172.18.0.190:3000 ! -i docker0: iptables: No chain/target/match by that name.  
 (exit status 1)  

Is it a flannel issue? Looking around dray I can't find where this iptables call joins the party, nor where to run something like iptables -L ,,, any ideas?

@clausqr clausqr changed the title docker daemon/ iptables fail when running dray with flannel docker daemon/ iptables error when running dray with flannel Nov 2, 2015
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

1 participant