TERMINAL EXPLOIT V2.1
.nh
.TH containerd 8
.SH NAME
containerd
.SH SYNOPSIS
containerd
.EX
[--address|-a]=[value]
[--config|-c]=[value]
[--log-level|-l]=[value]
[--root]=[value]
[--state]=[value]
.EE
.SH DESCRIPTION
containerd is a high performance container runtime whose daemon can be started
by using this command. If none of the \fIconfig\fP, \fIpublish\fP, \fIoci-hook\fP, or \fIhelp\fP commands
are specified, the default action of the \fBcontainerd\fP command is to start the
containerd daemon in the foreground.
.PP
A default configuration is used if no TOML configuration is specified or located
at the default file location. The \fIcontainerd config\fP command can be used to
generate the default configuration for containerd. The output of that command
can be used and modified as necessary as a custom configuration.
.PP
\fBUsage\fP:
.EX
containerd [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]
.EE
.SH GLOBAL OPTIONS
\fB--address, -a\fP="": Address for containerd's GRPC server
.PP
\fB--config, -c\fP="": Path to the configuration file (default: "/etc/containerd/config.toml")
.PP
\fB--log-level, -l\fP="": Set the logging level [trace, debug, info, warn, error, fatal, panic]
.PP
\fB--root\fP="": containerd root directory
.PP
\fB--state\fP="": containerd state directory
.SH COMMANDS
.SH config
Information on the containerd config
.SS default
See the output of the default config
.SS dump
See the output of the final main config with imported in subconfig files
.SS migrate
Migrate the current configuration file to the latest version (does not migrate subconfig files)
.SH publish
Binary to publish events to containerd
.PP
\fB--namespace\fP="": Namespace to publish to
.PP
\fB--topic\fP="": Topic of the event
.SH oci-hook
Provides a base for OCI runtime hooks to allow arguments to be injected.
[ CLOSE ]