TimurNurlygayanov / test-tasks-example

2 stars 6 forks source link

Error in Build Docker Android with Google Play #1

Open mukheshpugal opened 3 years ago

mukheshpugal commented 3 years ago

Hi!

I stumbled upon your guide while trying to build docker android with google play store. I ran the container following the instructions from here.

However, after running sudo docker run (with all the other parameters), I'm unable to access localhost:5900.

Output on running docker container ls:

CONTAINER ID   IMAGE          COMMAND            CREATED         STATUS          PORTS                                                                                  NAMES
f4e009c217f9   0993ed7718d9   "/entrypoint.sh"   5 minutes ago   Up 27 seconds   0.0.0.0:5900->5900/tcp, :::5900->5900/tcp, 0.0.0.0:8888->4445/tcp, :::8888->4445/tcp   emulator-test

Where could the error be?

mukheshpugal commented 3 years ago

I do not have selenium or appium pre-installed nor do I need them. I am using it for a completely different purpose. All I need is google play store and adb support. Kindly let me know if there is an alternate method for achieving the same.