From 11e342814585d57f9ff9113b67a1107648154dcd Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Sat, 26 May 2018 16:07:12 +0200 Subject: [PATCH] Added how to enable proxy inside container --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ------------------------------------------