Joyce Babu
Joyce Babu

Reputation: 20704

Is it possible to run android emulator / android apps in docker?

Is it possible to run an android app in a docker container? The app should run a HTTP server, which should be accessible from other containers.

Upvotes: 14

Views: 36780

Answers (2)

Pablo Díaz
Pablo Díaz

Reputation: 370

Yes, check https://github.com/budtmo/docker-android

all of these devices

enter image description here

Upvotes: 6

shauvik
shauvik

Reputation: 3922

Why do you need an android app for running an HTTP server? Can't you just run apache or nginx inside the docker container?

If you want to run android apps on docker, you should look at this. https://registry.hub.docker.com/u/ksoichiro/android-emulator/

Upvotes: 8

Related Questions