Last active 1776522018

android-docker.yml Raw
1services:
2 docker-android:
3 ports:
4 - 6080:6080
5 environment:
6 - EMULATOR_DEVICE=Samsung Galaxy S10
7 - WEB_VNC=true
8 devices:
9 - /dev/kvm
10 container_name: android-container
11 image: budtmo/docker-android:emulator_11.0
12 # volumes:
13 # - ./data:/home/androidusr
14 deploy:
15 resources:
16 limits:
17 cpus: "4.0"
18 memory: 4096M