mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #153] Not have internet access in emulator. #107
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abishekChouhan on GitHub (Apr 15, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/153
The emulator don't have internet access. Can't open any web page on chrome app. In particular the app i have to test needs internet access. How to give internet access to the emulator?
I am on a corporate network, so have proxy server. Internet on browser(host system) is working fine. Docker also have internet access(can pull and push images). Tried setting proxy on emulator settings option, didn't work.
Operating System: Ubuntu 16.04
Docker Image: butomo1989/docker-android-x86-9.0
Docker Version: 17.06.0-ce
Docker-compose version (Only if you use it):
Docker Command to start docker-android: docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Nexus 4" --name android-container budtmo/docker-android-x86-9.0
@amitg25 commented on GitHub (Apr 15, 2019):
@Abhi310 , are you running it on Mac? If so, how did you manage to even start emulator? I am strugeling from last week and No one has yet responded on how can we setup VM to run with this docker image.
@abishekChouhan commented on GitHub (Apr 16, 2019):
@amitg25 , no man i am not running it on Mac. My OS is Ubuntu 16.04, no VM. Could have helped you but have no idea how to run it on Mac.
@budtmo commented on GitHub (Apr 18, 2019):
duplicated #78