package
0.13.0-rc.2
Repository: https://github.com/microsoft/hcsshim.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package runc defines an implementation of the Runtime interface which uses runC as the container runtime.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ContainerProcessState gives information about a process created by a Runtime.
ContainerState gives information about a container created by a Runtime.
StdioPipes contain the interfaces for reading from and writing to a process's stdio.

# Interfaces

Container is an interface to manipulate container state.
Process is an interface to manipulate process state.
Runtime is the interface defining commands over an OCI container runtime, such as runC.