docker-android
docker-android copied to clipboard
[🐛 Bug ]: Cannot access the Internet normally
Operating System
Ubuntu22.04
Docker Image
docker run -d -p 6080:6080 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name android-container budtmo/docker-android:emulator_11.0
Expected behaviour
I pulled the container using the command "docker run -d -p 6080:6080 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name android-container budtmo/docker-android:emulator_11.0", but when I tried to access http://xxx.xxxx.xxx:6080/, I hoped that the phone could access the Internet normally.
Actual behaviour
When I finished installing, I found that the phone could not connect to the Internet.
Logs
No response
any solution for this?
I would suggest to check your resolv.conf in WSL ubuntu and make sure that networks are correctly mapped for docker