This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Description
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.