jlesage / docker-makemkv

Docker container for MakeMKV
MIT License
455 stars 52 forks source link

[Bug] Premission denied on start #187

Closed ewoks closed 1 week ago

ewoks commented 1 year ago

Current Behavior

[cont-init ] 10-fontconfig-cache-dir.sh: mkdir: can't create directory '/config/xdg/': Permission denied [cont-init ] 10-fontconfig-cache-dir.sh: terminated with error 1.

Expected Behavior

Container starts without issues

Steps To Reproduce

3 volumes have rw or ro flags in docker run ... quick start command, as suggested in a readme. Containers terminates with error from above.

changing flags on volume to z allow container to start without issues.

Environment

Container creation

quick start example with mounted local volumes and passed -e USER_ID $(id -u) & -e GROUP_ID $(id -g)

Container log

See above

Container inspect

No response

Anything else?

No response

jlesage commented 1 year ago

More details about the host's folder you mapped to /config would be interesting.

geraveoyomama commented 2 weeks ago

try setting you UID and GID to 0