-
Notifications
You must be signed in to change notification settings - Fork 29
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
Registrator not picking up docker events (Mac OS X) #8
Comments
I made a similar change against our I can't seem to reproduce your issue - scaling the app containers via
I have the following app/image versions installed:
Do you notice anything in your environment differing significantly from the above? |
I also tried this with Boot2docker/Docker versions 1.5.0 and seem to be successful. |
Great, maybe my problem is that i am using the docker run command instead On Wed, Feb 18, 2015 at 2:55 PM, Shane Sveller notifications@github.com
|
|
Oh, okay. Here is the docker command that I use. docker run -d -P -e site_home=http://test.api.globalvcard.com -e On Wed, Feb 18, 2015 at 3:00 PM, Shane Sveller notifications@github.com
|
Hmm... I do see fig scale works. Its the boot2docker thing that is On Wed, Feb 18, 2015 at 3:01 PM, David Dale davidadale@gmail.com wrote:
|
Sorry for the naive questions. All this is new to me. I will continue On Wed, Feb 18, 2015 at 3:10 PM, David Dale davidadale@gmail.com wrote:
|
I think i figured it out. I wasn't explicitly mapping the ports like -p Thanks for the help today. On Wed, Feb 18, 2015 at 3:37 PM, David Dale davidadale@gmail.com wrote:
|
So I have this fig.yml
app:
image: globalvcard/gps:latest
environment:
SERVICE_80_NAME: http
SERVICE_NAME: app
SERVICE_TAGS: production
ports:
lb:
build: ./
links:
ports:
consul:
command: -server -bootstrap -advertise 10.0.2.15
image: progrium/consul:latest
ports:
registrator:
command: -internal consul://consul:8500
image: gliderlabs/registrator:latest
links:
volumes:
and i do a "fig up -d"
the registrator has been updated as the author has made updates this morning. I contacted him first to figure this out. There was an issue listed on the project #94 was the issue number. He updated the registrator repo just about an hour ago and closed that ticket.
When the containers come up and I can see all the containers in the consul web app. I tail the logs on the registrator container and then try starting a new docker container and nothing happens on the registrator. I have verified that the events are occurring by "docker events".
I am wondering if this has to do with the boot2docker stuff? Do you see any problems with this? It's a slightly modified version of what you have published.
The text was updated successfully, but these errors were encountered: