Ubuntu – Connecting to Android Emulator running inside docker container from host
I have a docker container that is running Ubuntu which in turn is running a headless instance of the Android emulator. I'd like to be able to connect to this emulator from the host machine running the docker container. I…