MCPcopy
hub / github.com/moby/moby / IdentityMapping

Method IdentityMapping

daemon/daemon.go:1845–1847  ·  view source on GitHub ↗

IdentityMapping returns uid/gid mapping or a SID (in the case of Windows) for the builder

()

Source from the content-addressed store, hash-verified

1843
1844// IdentityMapping returns uid/gid mapping or a SID (in the case of Windows) for the builder
1845func (daemon *Daemon) IdentityMapping() user.IdentityMapping {
1846 return daemon.idMapping
1847}
1848
1849// ImageService returns the Daemon's ImageService
1850func (daemon *Daemon) ImageService() ImageService {

Callers 2

createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected