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
{{ message }}
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
Not all users are uid 1000, as your docs note. In latest version of Docker there is feature that would allow specifying which uid to use.
Specifically Docker 1.10 supports "build args" (https://docs.docker.com/engine/reference/builder/#arg). At work we've built a Dockerfile Go dev environment that allows setting custom uid and gid for the Docker containers using these; I assume devstep could do the same.
The text was updated successfully, but these errors were encountered:
Not all users are uid 1000, as your docs note. In latest version of Docker there is feature that would allow specifying which uid to use.
Specifically Docker 1.10 supports "build args" (https://docs.docker.com/engine/reference/builder/#arg). At work we've built a Dockerfile Go dev environment that allows setting custom uid and gid for the Docker containers using these; I assume devstep could do the same.
The text was updated successfully, but these errors were encountered: