Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCommands executed as root #24
Comments
|
There's the The user only gets set up when the default entry is used. I guess we would need to adjust our run.sh to be able to accept parameters that would get passed to a user shell after setting up the user... So the answer is that it's not easily possible right now, but would be a nice addition. |
I setup my projects with composer and all the files are created as root.
Doesn't matter if I use install, require or create project.
Doesn't matter if I execute command using loaded docker image, or with an independent command.
Is it possible to override that with current user (just like apache's uid)?