Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 Bug ]: pro emulator strat without root access #437

Open
devdjangoreact opened this issue Jun 1, 2024 · 1 comment
Open

[🐛 Bug ]: pro emulator strat without root access #437

devdjangoreact opened this issue Jun 1, 2024 · 1 comment
Labels

Comments

@devdjangoreact
Copy link

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://<docker_bridge_ip>:"
# - EMULATOR_PROXY_USER="<proxy_user>"
# - EMULATOR_PROXY_PASS="<proxy_pass>"
volumes:
- ${PWD}/volums/11:/root # Використання поточної директорії як том
privileged: true
devices:
- /dev/kvm
user: root

@devdjangoreact devdjangoreact changed the title [🐛 Bug ]: pro emulator [🐛 Bug ]: pro emulator strat without root access Jun 1, 2024
@devdjangoreact
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant