-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently I have to set world-writable for host user data directory so that docker can write to this via data volume. So I propose the following solution so that docker can have the same read/write permission as the docker running user has:
Aim: to match userid and groupid of viral-ngs-user inside docker to host's current running user.
In order to do that, viral-ngs installation location inside docker should be moved to system-wide location, for example /opt. We can then move the creation of viral-ngs-user to the ENTRYPOINT script env-wraper.sh, and so that userid and groupid can be matched during docker image startup. In doing so, su-exec tool might be needed. Do you think this is worth doing @tomkinsc ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels