Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustGetMaxValidGID ¶
func MustGetMaxValidGID() int
func MustGetMaxValidUID ¶
func MustGetMaxValidUID() int
Types ¶
type IDMap ¶
type IDMap string
const DefaultGIDMap IDMap = "/proc/self/gid_map"
const DefaultUIDMap IDMap = "/proc/self/uid_map"
type MappingList ¶
type MappingList []specs.LinuxIDMapping
func (MappingList) Map ¶
func (m MappingList) Map(id int) int
func (MappingList) String ¶
func (m MappingList) String() string
type ParseError ¶
func (ParseError) Error ¶
func (p ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.