docker-litecoin-core icon indicating copy to clipboard operation
docker-litecoin-core copied to clipboard

litecoin user doesn't have permissions?

Open benzmuircroft opened this issue 2 years ago • 0 comments

docker run --rm --user litecoin -it --name litecoin-server uphold/litecoin-core:latest litecoind -daemon

Gives me a tonne of errors then exits:

chmod: changing permissions of '/home/litecoin/.litecoin': Operation not permitted
Could not chmod /home/litecoin/.litecoin (may not have appropriate permissions)
chown: changing ownership of '/home/litecoin/.litecoin': Operation not permitted
Could not chown /home/litecoin/.litecoin (may not have appropriate permissions)
/entrypoint.sh: setting data directory to /home/litecoin/.litecoin
Error: Failed saving settings file:
- Error: Unable to open settings file /home/litecoin/.litecoin/settings.json.tmp for writing

benzmuircroft avatar Sep 09 '22 15:09 benzmuircroft