Skip to content

Commit f8940c7

Browse files
committed
Cleaned up
1 parent 4b7d2aa commit f8940c7

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mp4 filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@
77
coverage.xml
88
xunit.xml
99
coverage/*
10-
11-
# Video
12-
video*

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,19 @@ Genymotion
187187

188188
![Genymotion](images/logo_genymotion.png)
189189

190-
Docker-Android supports [Genymotion Cloud]. What you need is [device.json] and [this sample of docker-compose file].
190+
Docker-Android supports [Genymotion Cloud]. What you need is [device.json] and run following command
191+
192+
```bash
193+
export USER="xxx"
194+
export PASS="xxx"
195+
export LICENSE="xxx"
196+
197+
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
198+
```
199+
200+
You can also use [this docker-compose file].
201+
202+
![](video/demo.mp4)
191203

192204

193205
Control android emulator outside container
@@ -335,7 +347,7 @@ Special Thanks
335347
[1.13.0]: <https://github.com/docker/compose/releases/tag/1.13.0>
336348
[Genymotion Cloud]: <https://cloud.geny.io/signin>
337349
[device.json]: <genymotion/example/sample_devices/devices.json>
338-
[this sample of docker-compose file]: <genymotion/example/geny.yml>
350+
[this docker-compose file]: <genymotion/example/geny.yml>
339351
[adb_connection]: <images/adb_connection.png>
340352
[sms]: <images/SMS.png>
341353
[gian christanto]: <https://www.linkedin.com/in/gian-christanto-0b398b131/>

0 commit comments

Comments
 (0)