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

docker --add-host not supported #121

Open
mdutoo opened this issue Jun 8, 2016 · 2 comments
Open

docker --add-host not supported #121

mdutoo opened this issue Jun 8, 2016 · 2 comments
Assignees
Labels

Comments

@mdutoo
Copy link

mdutoo commented Jun 8, 2016

No description provided.

@mdutoo
Copy link
Author

mdutoo commented Jun 14, 2016

This is not a problem in Docker 1.8.3.0 within a single VM Compute, because in this case all of the VM's containers are defined in their /etc/hosts. But this doesnt work in Boot2Docker 1.11 which uses Docker 1.11 (see #126), and has to be checked between VMs.

@mdutoo
Copy link
Author

mdutoo commented Jul 7, 2016

Note : the source container of a Docker link sees the host of its target container allright. This however doesn't allow to build reciprocally seen Docker containers such as database clusters, but latest Docker versions allow this using virtual networks (and anyway the right way to instanciate database Docker containers would be to declaratively specify scalability constraints ex. 5 nodes).

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

No branches or pull requests

3 participants