budtmo / budtmo/docker-android

[🐛 Bug ]: APP_PATH inside home blocks the data persiting

Open
#573 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

Debian trixie

### Docker Image

docker-android:emulator_13.0

### Expected behaviour

The README indicates the `-v data:/home/androidusr` strategy and I really want that.

I expected that launches as ever and all changes in the user home would be saved for the next docker run.

### Actual behaviour

However `APP_PATH` is set to `/home/androidusr/appium-docker-android`, as you can see on a [published file (line 39)](https://hub.docker.com/layers/budtmo/docker-android/emulator_13.0/images/sha256-c4c85ca391210f2683798280e803be1efb14b493da7a309092eee2895242b47f), and it crashes the entrypoint.

```
$ docker run --rm -v android-home:/home/androidusr -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name android-container budtmo/docker-android:emulator_13.0
sh: 1: /home/androidusr/docker-android/mixins/scripts/run.sh: not found
```

### Logs

sh: 1: /home/androidusr/docker-android/mixins/scripts/run.sh: not found

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.