Closed ewoks closed 1 week ago
[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.
Container starts without issues
3 volumes have rw or ro flags in docker run ... quick start command, as suggested in a readme. Containers terminates with error from above.
rw
ro
docker run ...
changing flags on volume to z allow container to start without issues.
z
quick start example with mounted local volumes and passed -e USER_ID $(id -u) & -e GROUP_ID $(id -g)
-e USER_ID $(id -u)
-e GROUP_ID $(id -g)
See above
No response
More details about the host's folder you mapped to /config would be interesting.
/config
try setting you UID and GID to 0
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
orro
flags indocker 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
Container inspect
No response
Anything else?
No response