appium / appium-docker-android

Appium Server setup to automate android testing on real devices
https://hub.docker.com/r/appium/
Other
605 stars 229 forks source link

Need info #104

Closed roy-shantanu closed 5 years ago

roy-shantanu commented 5 years ago

Why do we mount - "~/.android:/root/.android". I was wondering what's actually happening here, I am a bit unsure of its use. The container seems to perfectly run my tests without it.

budtmo commented 5 years ago

Hi @roy-shantanu,

it is need to avoid authorization windows each time you run the container. I will close this issue because it is not a bug, but feel free to reopen it if needed.