Docker : run as non-root
For security reasons, is it possible to let us choose UID & GID for running Pydio Cells IN DOCKER, instead of running it as root user please ?
Hello,
I had a look at this today and tried a variation that adds what you suggest and start the app with the pydio user.
Would you mind having a look at this here: https://github.com/pydio/cells/tree/docker-v2
For info, do not like the idea of hardcoding the user id / group id in the standard docker file, but you can force the user id when you start the container.
Hi,
I'm interested in the same. I'm running Pydio Cells in Docker. I have a mounted drive in the host where I keep my files (owned by my user). I'd like to be able to interact with these files from Pydio as a user other than root.
Kr, Pedro