1containerd(8)()                                                containerd(8)()
2
3
4
5       containerd  is a high performance container runtime whose daemon can be
6       started by using this command. If none of the config, publish, or  help
7       commands are specified, the default action of the containerd command is
8       to start the containerd daemon in the foreground.
9
10
11       A default configuration is used if no TOML configuration  is  specified
12       or  located at the default file location. The containerd config command
13       can be used to generate the default configuration for  containerd.  The
14       output  of that command can be used and modified as necessary as a cus‐
15       tom configuration.
16
17
18
19
20
21

NAME

23       containerd
24
25
26

SYNOPSIS

28       containerd
29
30
31              [--address|-a]=[value]
32              [--config|-c]=[value]
33              [--log-level|-l]=[value]
34              [--root]=[value]
35              [--state]=[value]
36
37
38
39       Usage:
40
41
42              containerd [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]
43
44
45
46

GLOBAL OPTIONS

48       --address, -a="": address for containerd's GRPC server
49
50
51       --config, -c="": path to the configuration file (default: /etc/contain‐
52       erd/config.toml)
53
54
55       --log-level,  -l="":  set  the logging level [trace, debug, info, warn,
56       error, fatal, panic]
57
58
59       --root="": containerd root directory
60
61
62       --state="": containerd state directory
63
64
65

COMMANDS

config

68       information on the containerd config
69
70
71   default
72       see the output of the default config
73
74
75   dump
76       see the output of the final main  config  with  imported  in  subconfig
77       files
78
79

publish

81       binary to publish events to containerd
82
83
84       --namespace="": namespace to publish to
85
86
87       --topic="": topic of the event
88
89

oci-hook

91       provides  a  base  for  OCI  runtime hooks to allow arguments to be in‐
92       jected.
93
94
95
96                                                               containerd(8)()
Impressum