From f8940c79f529f8fdfea7d001f1425b8fa0a757cf Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Fri, 22 Jun 2018 02:24:34 +0200 Subject: [PATCH] Cleaned up --- .gitattributes | 1 + .gitignore | 3 --- README.md | 16 ++++++++++++++-- 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f8ff2b5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index e60e0b4..887dc44 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,3 @@ coverage.xml xunit.xml coverage/* - -# Video -video* diff --git a/README.md b/README.md index 66f3d0c..78f619f 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,19 @@ Genymotion ![Genymotion](images/logo_genymotion.png) -Docker-Android supports [Genymotion Cloud]. What you need is [device.json] and [this sample of docker-compose file]. +Docker-Android supports [Genymotion Cloud]. What you need is [device.json] and run following command + +```bash +export USER="xxx" +export PASS="xxx" +export LICENSE="xxx" + +docker run -it --rm -p 4723:4723 -v $PWD/genymotion/example/sample_devices:/root/tmp -e USER=$USER -e PASS=$PASS -e LICENSE=$LICENSE butomo1989/docker-android-genymotion +``` + +You can also use [this docker-compose file]. + +![](video/demo.mp4) Control android emulator outside container @@ -335,7 +347,7 @@ Special Thanks [1.13.0]: [Genymotion Cloud]: [device.json]: -[this sample of docker-compose file]: +[this docker-compose file]: [adb_connection]: [sms]: [gian christanto]: