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