package
0.0.0-20191014200503-e45dd70447fb
Repository: https://github.com/projectatomic/runc.git
Documentation: pkg.go.dev

# Functions

Annotations returns the bundle path and user defined annotations from the libcontainer state.
CleanPath makes a path safe for use with filepath.Join.
No description provided by the author
ExitStatus returns the correct exit status for a process based on if it was signaled or exited cleanly.
GenerateRandomName returns a new name joined with a prefix.
No description provided by the author
ResolveRootfs ensures that the current working directory is not a symlink and returns the absolute path to the rootfs.
SearchLabels searches a list of key-value pairs for the provided key and returns the corresponding value.
WriteJSON writes the provided struct v to w using standard json marshaling.