package
0.0.0-20210113074727-2393a1140d65
Repository: https://github.com/kikichuang/hcsshim.git
Documentation: pkg.go.dev

# Functions

HvsockIoListen returns an implementation of IoListenFunc that listens on the specified vsock port for the VM specified by `vmID`.

# Constants

LinuxGcsVsockPort is the vsock port number that the Linux GCS will connect to.

# Variables

WindowsGcsHvHostID is the hvsock address for the parent of the VM running the GCS.
WindowsGcsHvsockServiceID is the hvsock service ID that the Windows GCS will connect to.

# Structs

Container implements the cow.Container interface for containers created via GuestConnection.
GuestConnection represents a connection to the GCS.
GuestConnectionConfig contains options for creating a guest connection.
Process represents a process in a container or container host.

# Type aliases

IoListenFunc is a type for a function that creates a listener for a VM for the vsock port `port`.