diff --git a/README.md b/README.md index 7e086e6..212576a 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,15 @@ docker-android can be used for building Android project and executing its unit t docker run -it --rm -v $PWD/android-testing/ui/espresso/BasicSample:/root/tmp butomo1989/docker-android-x86-7.1.1 tmp/gradlew build ``` +Proxy +----- + +You can enable proxy inside container by passing following environment variables: + +- HTTP_PROXY="\" +- HTTPS_PROXY="\" +- NO_PROXY="localhost" + Control android emulator outside container ------------------------------------------