# Packages
No description provided by the author
# Functions
CheckBind is used to check the volume bind information.
CheckDuplicateMountPoint is used to check duplicate mount point.
ParseAnnotation parses runtime annotations format.
ParseBindMode is used to parse the bind's mode.
ParseDeviceMappings parse devicemappings.
ParseDiskQuota parses diskquota configurations of container.
ParseEnvs parses the env slice in container's config.
ParseExposedPorts parse ports.
ParseIntelRdt parses inter-rdt params of container.
ParseLabels parses the labels params of container.
ParseLogOptions parses [key=value] slice-type log options into map.
ParseMemory parses the memory param of container.
ParseMemoryReservation parses the memory-reservation param of container.
ParseMemorySwap parses the memory-swap param of container.
ParseNetworks parses network configurations of container.
ParsePortBinding parse string list to PortMap FIXME(ziren): add examples.
ParseQuotaID parses quota id configurations of container.
ParseRestartPolicy parses restart policy param of container.
ParseShmSize parses size of /dev/shm.
ParseSysctls parses the sysctl params of container.
ParseVolumesFrom is used to parse the parameter of VolumesFrom.
SetEndpointIPAddress set the ip address of the endpoint when network is bridge.
ValidateDeviceMode checks if the mode for device is valid or not.
ValidateDiskQuota verifies diskquota configurations of container.
ValidateEnv verifies the correct of env.
ValidateExposedPorts verify the correction of exposed ports.
ValidateExtraHost validates the provided string is a valid extra-host.
ValidateNetworks verifies network configurations of container.
ValidatePortBinding verify PortMap struct correctness.
ValidateRestartPolicy verifies the correctness of restart policy of container.
ValidMapEnvsToSlice converts valid map envs to slice.
ValidSliceEnvsToMap converts slice envs to be map assuming that the input are always valid with a char of '='.