Install docker repository from github
Budget: $10 – $30 USD
Check this out: https://github.com/budtmo/docker-android
I need assistance in configuring the Android Emulator so that it can persist across container restarts. The goal is to have 100+ emulators running on the same Linux server.
My server is already up and running. Docker configured, emulator configured. You need to apply the solution presented bellow, to existing server. Portainer and docker installed on it. I create the emulators by command line:
> docker run -d -p 6001:6080 -p 5001:5555 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name ae1 -v ae1:/home/androidusr budtmo/docker-android:emulator_11.0
Emulator bots, works, is ok. Problem is after I turn device off + turn docker off. If I restart, the emulator no longer boots.
The solution for persistent data is described here: https://github.com/budtmo/docker-android/issues/395
Please ensure you test this setup on your local machine first, before making a bid. I can provide access to a testing server afterwards.
I need assistance in configuring the Android Emulator so that it can persist across container restarts. The goal is to have 100+ emulators running on the same Linux server.
My server is already up and running. Docker configured, emulator configured. You need to apply the solution presented bellow, to existing server. Portainer and docker installed on it. I create the emulators by command line:
> docker run -d -p 6001:6080 -p 5001:5555 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name ae1 -v ae1:/home/androidusr budtmo/docker-android:emulator_11.0
Emulator bots, works, is ok. Problem is after I turn device off + turn docker off. If I restart, the emulator no longer boots.
The solution for persistent data is described here: https://github.com/budtmo/docker-android/issues/395
Please ensure you test this setup on your local machine first, before making a bid. I can provide access to a testing server afterwards.