Hacker News new | ask | show | jobs
by jeroenhd 1624 days ago
How is this accomplished? Is this using Anbox or something similar I don't understand how the Dockerfiles linked here end up running an instance of Android.
2 comments

That Dockerfile is just an image to _build_ the Android container

See instructions to build it (or pull the published version)

https://github.com/remote-android/redroid-doc/tree/master/an...

Then you can run the Android container

It runs an Android userspace on the host kernel, inside a container