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

DNS discovery for docker containers (consul/registrator) #99

Open
mblaschke opened this issue Nov 29, 2016 · 1 comment
Open

DNS discovery for docker containers (consul/registrator) #99

mblaschke opened this issue Nov 29, 2016 · 1 comment

Comments

@mblaschke
Copy link
Member

Implement a way to use DNS names to reach each docker container by using consul/registrator for eg. using SSH tunnel to reach a mysql server to prevent usage of host port binding.

@mblaschke mblaschke self-assigned this Nov 29, 2016
@mblaschke
Copy link
Member Author

Consul and registrator are implemented and working. Unfortunately containers created/started with docker-compose are not registred in conul's DNS service because the containers are created with underscores instead of dashes (underscores are invalid in DNS names).

See docker/compose#229 for upstream issue for docker-compose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant