Skip to content

Docker container exits after pull #52

Description

@Pablare

I'm running a docker container with the following command
docker run -d --name playmaker \ -p 5000:5000 \ -v /srv/fdroid:/data/fdroid \ -e HTTPS_CERTFILE="/srv/https.crt" \ -e HTTPS_KEYFILE="/srv/https.key" \ -e LANG_LOCALE="en_UK" \ -e LANG_TIMEZONE="Europe/Berlin" \ -e DEVICE_CODE="oneplus3" \ nomore201/playmaker

but after succesfully pulling it isn't running so I try to start it again and docker start playmaker -i gives

error initializing fdroid repository CRITICAL: Android SDK path "/opt/android-sdk-linux" does not contain "platform-tools/"! CRITICAL: Unknown exception found! Traceback (most recent call last): File "/usr/bin/fdroid", line 147, in <module> main() File "/usr/bin/fdroid", line 124, in main mod.main() File "/usr/lib/python3/dist-packages/fdroidserver/init.py", line 125, in main os.mkdir('repo') PermissionError: [Errno 13] Permission denied: 'repo'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions