package
23.0.16+incompatible
Repository: https://github.com/dotcloud/docker.git
Documentation: pkg.go.dev

# Constants

SIGCHLD is a signal sent to a process when a child process terminates, is interrupted, or resumes after being interrupted.
SIGPIPE is a signal sent to a process when a pipe is written to before the other end is open for reading Deprecated: use github.com/moby/sys/signal.SIGPIPE instead.
SIGWINCH is a signal sent to a process when its controlling terminal changes its size Deprecated: use github.com/moby/sys/signal.SIGWINCH instead.

# Variables

CatchAll catches all signals and relays them to the specified channel.
DumpStacks appends the runtime stack into file in dir and returns full path to that file.
ParseSignal translates a string to a valid syscall signal.
SignalMap is a map of signals for the current platform.
StopCatch stops catching the signals and closes the specified channel.
ValidSignalForPlatform returns true if a signal is valid on the platform Deprecated: use github.com/moby/sys/signal.ValidSignalForPlatform instead.