Last month, we released a new project, very similar to Docker-OSX, which has over 15,000 stargazers on GitHub, and more than 120,000 Docker Pulls as of July 23 2021!
Find Dock-Droid on GitHub: https://github.com/sickcodes/dock-droid
Project: https://github.com/sickcodes/dock-droid
Docker hub: https://hub.docker.com/r/sickcodes/dock-droid
Dock Droid is a new project which has all the best parts of Docker-OSX, and allows any researcher, gamer, or curious Androider to run a qemu based Android x86 in a Docker container.
docker pull sickcodes/dock-droid:latest
docker run -it \
--device /dev/kvm \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e "DISPLAY=${DISPLAY:-:0.0}" \
-p 5555:5555 \
sickcodes/dock-droid:latest
You can docker pull Dock Droid from here: https://hub.docker.com/r/sickcodes/dock-droid
https://hub.docker.com/layers/sickcodes/dock-droid/latest
Other: https://github.com/sickcodes/Docker-OSX
Supports UEFI and non-UEFI booting too!
Here are the beautiful boot up screens while running BlissOS to emulate Android in Docker.
This is a very nice one! Is it possible to use it with, say, an image to persist the state?