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), 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
Operating System
Debian trixie
Docker Image
docker-android:emulator_13.0
Expected behaviour
The README indicates the
-v data:/home/androidusrstrategy 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_PATHis set to/home/androidusr/appium-docker-android, as you can see on a published file (line 39), and it crashes the entrypoint.Logs
sh: 1: /home/androidusr/docker-android/mixins/scripts/run.sh: not found