budtmo / budtmo/docker-android
[🐛 Bug ]: APP_PATH inside home blocks the data persiting
- 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.