budtmo / budtmo/docker-android

[🐛 Bug ]: pro emulator strat without root access

Open
#437 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
15.8k
Forks
1.8k
Avg merge
12h 13m
Merged PRs (30d)
6

Description

### Operating System

ubuntu

### Docker Image

budtmo2/docker-android-pro:emulator_11.0_v2.5.4-p1

### Expected behaviour

root access

### Actual behaviour

emulator start without root

### Logs

version: "3.8"

services:
android:
image: budtmo2/docker-android-pro:emulator_11.0_v2.5.4-p1
container_name: android-appium
restart: always
ports:
- "6080:6080" # VNC доступ
- "5554:5554" # ADB доступ
- "5555:5555" # ADB доступ
- "4723:4723" # appium доступ
environment:
- DEVICE=Samsung Galaxy S10
- APPIUM=true
- CONNECT_TO_GRID=true
- AUTO_RECORD=false
- WEB_VNC=true
# - EMULATOR_PROXY_URL="http://:"
# - EMULATOR_PROXY_USER=""
# - EMULATOR_PROXY_PASS=""
volumes:
- ${PWD}/volums/11:/root # Використання поточної директорії як том
privileged: true
devices:
- /dev/kvm
user: root

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.