package
1.13.1
Repository: https://github.com/react-vue-devel/moby.git
Documentation: pkg.go.dev

# Functions

New creates a fresh instance of libcontainerd remote.
WithDebugLog defines if containerd debug logs will be enabled for daemon.
WithLiveRestore defines if containers are stopped on shutdown or restored.
WithOOMScore defines the oom_score_adj to set for the containerd process.
WithRemoteAddr sets the external containerd socket to connect to.
WithRuntime sets the runtime to be used for the created container.
WithRuntimeArgs sets the list of runtime args passed to containerd.
WithRuntimePath sets the path of the runtime to be used as the default by containerd.
WithStartDaemon defines if libcontainerd should also run containerd daemon.

# Constants

InitFriendlyName is the name given in the lookup map of processes for the first process started in a container.
State constants used in state change reporting.
State constants used in state change reporting.
fake state.
State constants used in state change reporting.
State constants used in state change reporting.
State constants used in state change reporting.
State constants used in state change reporting.

# Structs

CommonStateInfo contains the state info common to all platforms.
IOPipe contains the stdio streams.
Process contains information to start a specific application inside the container.
ServerVersion contains version information as retrieved from the server.
StateInfo contains description about the new state container has entered.
Summary contains a container summary from containerd.

# Interfaces

Backend defines callbacks that the client of the library needs to implement.
Client provides access to containerd features.
CreateOption allows to configure parameters of container creation.
Remote on Linux defines the accesspoint to the containerd grpc API.
RemoteOption allows to configure parameters of remotes.

# Type aliases

Checkpoints contains the details of a checkpoint.
Resources defines updatable container resource values.
Stats contains a stats properties from containerd.
StdioCallback is called to connect a container or process stdio.