# 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.
# Structs
CreateConfig is a pre OCI spec structure.
CreateResourceConfig represents resource elements in CreateConfig structures.