Docker for mac android emulator

broken image
broken image

How to make this work? Basically, I want to call 192.168.99.100:8080 from the Emulator. The problem is, that docker machine has its own address: 192.168.99.100 ( by default ). I know that I can get from Android Emulator to host's loopback by using 10.0.2.2 address.

broken image

So my backend services live in docker containers.Īlso, I have an Android Emulator with client application installed. How to get from Android Emulator to Docker Machine's container? - android I have a Windows laptop with Docker Toolbox installed.