# Functions
NewCommand creates a Command based on the specified parts (as strings).
NewMaporColonSlice creates a new MaporColonSlice based on the specified parts.
NewMaporEqualSlice creates a new MaporEqualSlice based on the specified parts.
NewMaporSpaceSlice creates a new MaporSpaceSlice based on the specified parts.
NewSliceorMap creates a new SliceorMap based on the specified parts (as map of string).
NewStringorslice creates an Stringorslice based on the specified parts (as strings).
NewUlimit creates a Ulimit based on the specified parts.
# Structs
Command represents a docker command, can be a string or an array of strings.
MaporColonSlice represents a slice of strings that gets unmarshal from a YAML map into 'key:value' string.
MaporEqualSlice represents a slice of strings that gets unmarshal from a YAML map into 'key=value' string.
MaporSpaceSlice represents a slice of strings that gets unmarshal from a YAML map into 'key value' string.
SliceorMap represents a slice or a map of strings.
Stringorslice represents a string or an array of strings.
Ulimit represents ulimit information.
Ulimits represents a list of Ulimit.