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