# Packages
Package filters provides helper function to parse and handle command line filter, used for example in docker ps or docker images commands.
Package kernel provides helper function to get, parse and compare kernel versions for different platforms.
Package operatingsystem provides helper function to get the operating system name for different platforms.
# Functions
ParseDockerDaemonHost parses the specified address and returns an address that will be used as the host.
ParseKeyValueOpt parses and validates the specified string as a key/value pair (key=value).
ParseLink parses and validates the specified string as a link format (name:alias).
ParsePortRange parses and validates the specified string as a port-range (8000-9000).
ParseRepositoryTag gets a repos name and returns the right reposName + tag|digest The tag can be confusing because of a port in a repository name.
ParseTCPAddr parses and validates that the specified address is a valid TCP address.
ParseUintList parses and validates the specified string as the value found in some cgroup file (e.g.
ParseUnixAddr parses and validates that the specified address is a valid UNIX socket address.
PartParser parses and validates the specified string (data) using the specified template e.g.