package
1.2.3
Repository: https://github.com/kevpar/containerd.git
Documentation: pkg.go.dev

# Functions

AnonDialer returns a dialer for an abstract socket.
BinaryName returns the shim binary name from the runtime name, empty string returns means runtime name is invalid.
Command returns the shim command with the provided args and configuration.
Connect to the provided address.
NewShimClient creates a new shim server client.
NewSocket returns a new socket.
Reap should be called when the process receives an SIGCHLD.
Run initializes and runs a shim server.
SetScore sets the oom score for a process.
SocketAddress returns an abstract socket address.
WriteAddress writes a address file atomically.
WritePidFile writes a pid file atomically.

# Variables

Default is the default monitor initialized for the package.
ErrNoSuchProcess is returned when the process no longer exists.

# Structs

Client for a shim server.
Monitor monitors the underlying system for process status changes.
Opts are context options associated with the shim invocation.
OptsKey is the context key for the Opts value.

# Interfaces

Shim server interface.

# Type aliases

Init func for the creation of a shim server.