package
0.99.0
Repository: https://github.com/roidelapluie/docker.git
Documentation: pkg.go.dev

# 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).

# Constants

OSLinux is the same as runtime.GOOS on linux.
OSWindows is the same as runtime.GOOS on windows.

# 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.