Open andyneff opened 8 years ago
I see 3 possible solutions to this
USER dev
line in the docker file into a a docker+ variable. This will be far more complicated, because the docker image will need to be run before that user creation step, check for the UID, use that result to change the username... This will lead to a two phase docker creation process that I do not look forward to.
If the desired uid/gid already exists in the docker image, it doesn't work
GID is easily fixed by allowing it to fail, UID is not