# Functions
NewParser creates a parser for a given container OS, depending on the current host OS (linux on a windows host will resolve to an lcowParser).
# Variables
ErrVolumeTargetIsRoot is returned when the target destination is root.
# Structs
MountPoint is the intersection point between a volume and a container.
# Interfaces
Parser represents a platform specific parser for mount expressions.