occiware / ecore

Ecore meta-model and examples
14 stars 8 forks source link

docker --add-host not supported #121

Open mdutoo opened 8 years ago

mdutoo commented 8 years ago

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 commented 8 years ago

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).