From 434ce45ac5a2719b521f970efaf36bedb033c703 Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Sat, 17 Feb 2018 02:20:41 +0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8f64482..558e873 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ $ docker run --rm --privileged -e ANDROID_ARCH="x86" -e ANDROID_CONFIG="skin.nam For all the options available please check the [official documentation](https://developer.android.com/studio/run/emulator-commandline.html) +# Building + +```console +$ export DOCKER_USER=user +$ export DOCKER_PASS=password +$ make PROXY=docker-registry-url/ build tag login push +``` + # License docker-emulator-android is open source and available under the [Apache License, Version 2.0](LICENSE).