Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 258 Bytes

android-emulator-debian

$ docker pull mdholloway/android-emulator-debian:latest
$ cd <project root>
$ docker run --privileged -d -P -v `pwd`:/workspace --name android mdholloway/android-emulator-debian
$ docker exec android <your commands here>