mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 21:32:55 +00:00
In order to support not running containers as root, allocate each of them a uid and gid, a bit like traditional Unix system service IDs. These can be referred to elsewhere by the name of the container, eg if you wish to create a file owned by a particular esrvice. Signed-off-by: Justin Cormack <justin.cormack@docker.com>