setting UID for docker container
small change
might be just my docker setup, but all files created by the container were owned by root ... and I didn't like it :D
Merge request reports
Activity
Filter activity
good catch. I think it would be better to write:
--user $(id -u):$(id -g)
as suggested here.Nice! Much better indeed :) Thx @laurent.heirendt
assigned to @laurent.heirendt
thanks @vilem.ded
mentioned in commit 912bc727
Please register or sign in to reply