budtmo / docker-android

Android in docker solution with noVNC supported and video recording
Other
9.56k stars 1.27k forks source link

unknown server OS #393

Closed annpeter closed 11 months ago

annpeter commented 11 months ago

Operating System

Ubuntu 18.04

Docker Image

budtmo/docker-android:emulator_11.0

Expected behaviour

the container start successfully

Actual behaviour

docker run -d -p 6080:6080 -p 5555:5555 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name android-container "budtmo/docker-android:emulator_11.0"

get error "unknown server OS "

image

Logs

No response

BlueClouDragon commented 11 months ago

same issue

energydrinksjunkie commented 11 months ago

same issue

BlueClouDragon commented 11 months ago

it is because container name have quotemark

annpeter commented 11 months ago

@BlueClouDragon i removed the quotemark, it still the same. and if i remove --device /dev/kvm it can start the container, but the system has been stuck on the startup screen.

image
BlueClouDragon commented 11 months ago

try delete _11.0 and rewrite _11.0

energydrinksjunkie commented 11 months ago

had to run in with sudo, now it works

annpeter commented 11 months ago

run with sudo, it works. @energydrinksjunkie thanks.