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
idtools_unix.go
idtools_unix_test.go
idtools_windows.go
usergroupadd_linux.go Lazy init useradd and remove init() 2016-04-06 17:53:45 -04:00
usergroupadd_unsupported.go