This website requires JavaScript.
Explore
Help
Sign In
scott
/
docker-android
Watch
1
Star
0
Fork
You've already forked docker-android
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
71949ee857
docker-android
/
genymotion
/
example
/
start_compose.sh
4 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Added integration with Genymotion in AWS
2018-08-11 18:38:47 +01:00
#!/bin/bash
Replaced gmtool with gmsaas
2019-06-07 08:28:48 +01:00
(
export
USER
=
$USER
&&
export
PASS
=
$PASS
&&
docker-compose -f geny.yml up -d
)
Reference in a new issue
Copy permalink