-
Notifications
You must be signed in to change notification settings - Fork 613
Can't use docker-gen notify-sighup with Docker Cloud, container names are dynamic #209
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Not currently. #77 sounds similar. I think |
This guy did it, could you please duplicate his changes? |
It really sucks that I am not able to use this on Docker Cloud |
This guy did it too: https://hub.docker.com/r/helder/docker-gen/ |
Thanks @A34 I will definitely be using that image. 👍 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I am trying to use docker-gen together with an nginx container on Docker Cloud. I am having trouble with the sighup sent by docker-gen when e.g. my application containers changes config. Docker Cloud generates random names for my containers, e.g.
nginx-test-1.test.7321ba3a
. I can't specifycontainer_name
in the Docker Cloud Stack YAML file as you can with docker-compose.The error I get is:
Is there any way to utilize e.g.
links: nginx-test
or something to work around this? Alternatives? I don't know Go, so I am having trouble looking over the code.The text was updated successfully, but these errors were encountered: