# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
DefaultOptions describes the default options to a runner.
WithCgroupPath sets the cgroup path.
WithContainerdAddress sets the containerd socket path.
WithContainerImage sets the image ref.
WithContainerOpts sets the containerd container options.
WithCtty sets the controlling tty.
WithCustomSeccompProfile sets the function to override seccomp profile.
WithDroppedCapabilities sets the list of capabilities to drop.
WithEnv sets the environment variables of a service.
WithGracefulShutdownTimeout sets the timeout for the task to terminate before sending SIGKILL.
WithLoggingManager sets the LoggingManager option.
WithNamespace sets the tar file to load.
WithOCISpecOpts sets the OCI spec options.
WithOOMScoreAdj sets the oom_score_adj.
WithStderrFile sets the path to the file to use as stderr.
WithStdin sets the standard input.
WithStdinFile sets the path to the file to use as stdin.
WithStdoutFile sets the path to the file to use as stdout.
WithUID sets the user id of the process.
# Interfaces
Runner describes the requirements for running a process.
# Type aliases
Option is the functional option func.