You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of docker 1.10, a root GUID in the container is no longer mapped to the root user in the host. This means we can safely remove the creation of the phantomdc user in our Dockerfile.
This will be nice. Our Dockerfile is kind of ugly with all the user context switching and chowning of files (since ADD does not obey the USER directive.)
The text was updated successfully, but these errors were encountered:
Hainish
changed the title
Remove adduer in Dockerfile
Remove creation of phantomdc user in Dockerfile
Mar 6, 2016
As of docker 1.10, a root GUID in the container is no longer mapped to the root user in the host. This means we can safely remove the creation of the
phantomdc
user in ourDockerfile
.This will be nice. Our
Dockerfile
is kind of ugly with all the user context switching andchown
ing of files (sinceADD
does not obey theUSER
directive.)The text was updated successfully, but these errors were encountered: