Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.21 KB

IDMappingOptions.md

File metadata and controls

23 lines (13 loc) · 1.21 KB

IDMappingOptions

IDMappingOptions are used for specifying how ID mapping should be set up for a layer or container.

Properties

Name Type Description Notes
autoUserNs Boolean [optional]
autoUserNsOpts AutoUserNsOptions [optional]
giDMap List<IDMap> [optional]
hostGIDMapping Boolean [optional]
hostUIDMapping Boolean UIDMap and GIDMap are used for setting up a layer's root filesystem for use inside of a user namespace where ID mapping is being used. If HostUIDMapping/HostGIDMapping is true, no mapping of the respective type will be used. Otherwise, if UIDMap and/or GIDMap contain at least one mapping, one or both will be used. By default, if neither of those conditions apply, if the layer has a parent layer, the parent layer's mapping will be used, and if it does not have a parent layer, the mapping which was passed to the Store object when it was initialized will be used. [optional]
uiDMap List<IDMap> [optional]

Implemented Interfaces

  • Serializable