package
0.8.2
Repository: https://github.com/kevpar/hcsshim.git
Documentation: pkg.go.dev

# Functions

GetErrorFromPipe returns reads from `pipe` and verifies if the operation returned success or error.
IssueVMRequest issues a request to a shim at the given pipe.
No description provided by the author
VMPipePath returns the named pipe path for the vm shim.

# Constants

OpCreateContainer is a create container request.
OpSyncNamespace is a `cni.NamespaceTypeGuest` sync request with the UVM.
OpUnmountContainer is a container unmount request.
OpUnmountContainerDiskOnly is a container unmount disk request.
No description provided by the author

# Variables

ShimSuccess is the byte stream returned on a successful operation.

# Structs

ContainerState represents the platform agnostic pieces relating to a running container's status and state.
VMRequest is an operation request that is issued to a VM shim.

# Type aliases

VMRequestOp is an operation that can be issued to a VM shim.