...
Package runc
import "github.com/Microsoft/hcsshim/internal/guest/runtime/runc"
- Overview
- Index
Package runc defines an implementation of the Runtime interface which uses
runC as the container runtime.
func NewRuntime(logBasePath string) (runtime.Runtime, error)
NewRuntime instantiates a new runcRuntime struct.