-
Notifications
You must be signed in to change notification settings - Fork 44
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
iptables command failing: address already in use #21
Comments
Can you share the docker runs that you used? What are you running? |
Yup. Those are from:
|
I also have resolvable, registrator, and consul running. Nothing is otherwise bound to 10000 anywhere. |
Okay, but what about thirsty_mcclintock? On Fri, Aug 7, 2015 at 8:32 PM, Jean-Charles Sisk [email protected]
Jeff Lindsay |
That's the result of this, no? |
Sure, but that was not clear at all. It doesn't name that container so it's On Sat, Aug 8, 2015 at 8:40 AM, Jean-Charles Sisk [email protected]
Jeff Lindsay |
Ah. My mistake. 😀 |
hi, the connectable container seems ok, but the second container logs error: |
I'm currently seeing this too, even though I have no containers listening on 10000 apparently. |
$ netstat -nlp | grep 10000
$ docker run --name connectable -v /var/run/docker.sock:/var/run/docker.sock gliderlabs/connectable:latest
2016/01/14 16:15:30 Connectable listening on 10000 ...
Self: 015fa985c0a8822b4a029cca85960b3055a8a5d38f82085968fedd29932b4c50 default
2016/01/14 16:15:30 non-zero exit: 1 |
I am also encountering this issue. |
#36 Fixed this issue for me |
connectable is presently failing during the iptables command:
$ docker logs connectable 2015/08/07 18:28:50 Connectable listening on 10000 ... Self: 2011f14d0013ed337acf696b3def8737b45eb7d787b4de79e34b1294b8781e9d bridge 2015/08/07 18:28:51 non-zero exit: 1 $ docker logs thirsty_mcclintock 2015/08/07 18:28:51 listen tcp :10000: bind: address already in use
The text was updated successfully, but these errors were encountered: