Skip to content

Commit

Permalink
fga-eps-mds#175 - Adding container manager docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronyell authored and ThalissonMelo committed Jun 12, 2018
1 parent 6b51508 commit 0919645
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions DockerAndroid/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
android-emulator:
build: .
volumes:
- .:/code
privileged: true
net: host
environment:
- DISPLAY=$DISPLAY
command: |
bash -c "
/app/android-sdk-linux/tools/android list avd
/app/android-sdk-linux/tools/emulator -avd android-emulator
"

0 comments on commit 0919645

Please sign in to comment.