1containerd-config(8) System Manager's Manual containerd-config(8)
2
3
4
6 containerd-config - information on the containerd config
7
8
10 containerd config [command]
11
12
14 The containerd config command has one subcommand, named default, which
15 will display on standard output the default containerd config for this
16 version of the containerd daemon.
17
18
19 This output can be piped to a containerd-config.toml(5) file and placed
20 in /etc/containerd to be used as the configuration for containerd on
21 daemon startup. The configuration can be placed in any filesystem loca‐
22 tion and used with the --config option to the containerd daemon as
23 well.
24
25
26 See containerd-config.toml(5) for more information on the containerd
27 configuration options.
28
29
31 default
32 This subcommand will output the TOML formatted containerd con‐
33 figuration to standard output
34
35
37 Please file any specific issues that you encounter at
38 https://github.com/containerd/containerd.
39
40
42 Phil Estes estesp@gmail.com ⟨mailto:estesp@gmail.com⟩
43
44
46 ctr(8), containerd(8), containerd-config.toml(5)
47
48
49
50 01/30/2018 containerd-config(8)