docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

[🐛 PRO | Bug ]: Android image does not have root permissions and cannot start multiple images using port 6081

Open chengyikan opened this issue 11 months ago • 1 comments

Operating System

Ubuntu 24.04

Docker Image

docker run -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name android-container budtmo2/docker-android-pro:emulator_15.0_v2.15.0-p1

Expected behaviour

I hope to enable root permissions after pulling the docker-android-pro image, or use what docker command to enable root permissions? Can you tell me how to start multiple image virtual machines? Looking forward to your support, thank you!

Actual behaviour

After pulling the docker-android-pro image, you do not have root permissions and cannot start multiple images using other ports and image names.

Image

Logs

No response

chengyikan avatar Feb 16 '25 03:02 chengyikan

try https://github.com/Shmayro/dockerify-android

Shmayro avatar Apr 23 '25 13:04 Shmayro