Comment on [HELP] How to fork a docker image?

<- View Parent
sugar_in_your_tea@sh.itjust.works ⁨6⁩ ⁨days⁩ ago

Basically this:

docker run -it --user $UID:$GID

Pass it a user and group that have the appropriate access, and no more. You can also set this in Docker compose or whatever other abstraction you’re using.

source
Sort:hotnewtop