mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
The USER instruction allows to set UID, but also GID by adding a group name to the UID separated by a colon. This should be reflected in the documents as well, as no GROUP instruction exists.