Skip to content

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

@aurium

Description

@aurium

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions