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

[🐛 Bug ]: Cannot access the Internet normally

Open heiye3344 opened this issue 1 year ago • 2 comments
trafficstars

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. E9610497-3FC8-463a-AAEB-3E602E5E6CE6 84F00CD9-C2C2-499e-9BE1-DA4FF43B2FC7

Logs

No response

heiye3344 avatar Mar 06 '24 03:03 heiye3344

any solution for this?

tadasgedgaudas avatar May 21 '24 11:05 tadasgedgaudas

I would suggest to check your resolv.conf in WSL ubuntu and make sure that networks are correctly mapped for docker

pawlakmaly avatar Jul 16 '24 07:07 pawlakmaly