package
0.6.1
Repository: https://github.com/mtrmac/libpod.git
Documentation: pkg.go.dev

# Functions

CreateConfigToOCISpec parses information needed to create a container into an OCI runtime spec.
CreatePortBinding takes port (int) and IP (string) and creates an array of portbinding structs.
Device transforms a libcontainer configs.Device to a specs.LinuxDevice object.
ExposedPorts parses user and image ports and returns binding information.

# Constants

TypeBind is the type for mounting host dir.
TypeVolume is the type for remote storage volumes TypeVolume mountType = "volume" // re-enable upon use TypeTmpfs is the type for mounting tmpfs.

# Structs

CreateConfig is a pre OCI spec structure.
CreateResourceConfig represents resource elements in CreateConfig structures.