-
Notifications
You must be signed in to change notification settings - Fork 284
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 consul-server not exposing port #138
Comments
hi @perrohunter
but I failed to run registrator docker:
if tried to list consul nodes with curl:
but the same commands all works fine within my Ubuntu 14.04 VirtualBox VM. |
looks like if I add
without
|
@missedone If you're trying to list the nodes, the reason you're getting the
You should get something like:
Also I've written a little helper bash script for myself to make this work and give access to the web UI as well. BTW This is with docker version 1.12.5 on macOS.
|
Following the quickstart guide, after successfully starting a consul, I cannot perform curl calls to it
docker run -d --name=consul -p 8300:8300 -p 8500:8500 --net=host gliderlabs/consul-server -bootstrap -advertise=127.0.0.1
issuing docker ps list the container but no open ports.
I'm using the Docker 1.11 Beta for OS X
The text was updated successfully, but these errors were encountered: