moby--moby/pkg/idtools
Phil Estes c6f45fd2ee Lazy init useradd and remove init()
This should not have been in init() as it causes these lookups to happen
in all reexecs of the Docker binary. The only time it needs to be
resolved is when a user is added, which is extremely rare.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2016-04-06 17:53:45 -04:00
..
idtools.go Change subordinate range-owning user to be a system user 2016-03-16 18:44:10 -04:00
idtools_unix.go Correct build-time directory creation with user namespaced daemon 2015-10-20 08:59:48 -04:00
idtools_unix_test.go pkg: idtools: fix subid files parsing 2016-02-26 15:42:05 +01:00
idtools_windows.go Correct build-time directory creation with user namespaced daemon 2015-10-20 08:59:48 -04:00
usergroupadd_linux.go Lazy init useradd and remove init() 2016-04-06 17:53:45 -04:00
usergroupadd_unsupported.go Correct build-time directory creation with user namespaced daemon 2015-10-20 08:59:48 -04:00