README ====== This creates a Docker container with Ubuntu 18.04, [TightVNC Server](https://tightvnc.com) and [baangt](https://baangt.org). To build: ```bash $ make build ``` To run: ```bash $ make run ``` which is a shorthand for: ```bash $ docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" -e APPIUM=true --name android-container baangt-android_emulator``` To get a shell on a running container: ```bash $ make shell ```