Re: [vagrant-up] link to localhost using docker as provider

2016-12-05 Thread Eddy Hernandez
HI Alvaro, I have a development environment, this is a workstation where the developer can use it as a developer machine. The developer can use the following services containers inside his local environment (VM with docker containers) e.g. services: - service1 (at port 8080) - service2 (at

Re: [vagrant-up] link to localhost using docker as provider

2016-12-02 Thread Alvaro Miranda Aguilera
each docker container have a separate networking so localhost inside one container is separate to the network in the other container is like having 2 physical machines, and you want to access a remote service. could you explain a bit why you require localhost for a remote service ? On Fri, Dec

[vagrant-up] link to localhost using docker as provider

2016-12-01 Thread Eddy Hernandez
Hi everyone Maybe you can help me to get this questions I'm using docker as a provider, I have two containers: *container1* and *service1* I need to reach the *service1:4505* from the *container1*, the docs says that is posible using link e.g. *"service1:service1*" but I would like to reach