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       [--address|-a]=[value]
31       [--config|-c]=[value]
32       [--log-level|-l]=[value]
33       [--root]=[value]
34       [--state]=[value]
35
36
37
38       Usage:
39
40       containerd [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]
41
42
43
44

GLOBAL OPTIONS

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

COMMANDS

config

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

publish

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

oci-hook

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