cells icon indicating copy to clipboard operation
cells copied to clipboard

Docker : run as non-root

Open dam09fr opened this issue 6 years ago • 2 comments

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 ?

dam09fr avatar Feb 15 '19 09:02 dam09fr

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.

bsinou avatar Oct 24 '19 13:10 bsinou

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

ghost avatar Jul 28 '21 08:07 ghost