-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi,
Dinghy for OS X, has a feature where you can connect back to your host machine from within a docker container.
https://github.com/codekitchen/dinghy#dns
You can also connect back to your host OS X machine from within a docker container using the hostname hostmachine.docker. This connects to the virtual network interface, so any services running on the host machine that you want reachable from docker will have to be listening on this interface.
We have multiple microservices running on different networks, when one of my backends tries to communicate with another I get this error - cURL error 6: Could not resolve host: microservice-2.docker (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
I am using Ubuntu 18.04.
All my coworkers use MacOS with dinghy and it works for them.
Is there a way to make this work with dory?
Thank You