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

Failed to create endpoint <> #8

Closed
maxpv opened this issue Jan 24, 2017 · 1 comment
Closed

Failed to create endpoint <> #8

maxpv opened this issue Jan 24, 2017 · 1 comment

Comments

@maxpv
Copy link

maxpv commented Jan 24, 2017

When trying to run the freshly installed container, I get this response when executing sudo docker run -d -p 8181:8181 -v $(pwd)/volume:/var/lib/rethinkdb/instance1 -t turtl_docker :

7579ea6e73f8824fff703d09059eff72d95a87fb8ebfba3d190d470824ab7863
docker: Error response from daemon: failed to create endpoint furious_jones on network bridge: COMMAND_FAILED: '/usr/sbin/iptables -w2 -t nat -A DOCKER -p tcp -d 0/0 --dport 8181 -j DNAT --to-destination 172.17.0.2:8181 ! -i docker0' failed:.

Docker version : 1.10.3
Commit 6a0ed0c

@maxpv maxpv closed this as completed Jan 24, 2017
@ArthurGarnier
Copy link
Owner

It seems to be a Docker issue,
Maybe you're in a similar case : moby/moby#18113 (comment)

Try to restart your docker daemon and try again :)

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