Reputation: 20704
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
Reputation: 370
Yes, check https://github.com/budtmo/docker-android
all of these devices
Upvotes: 6
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