containerd/docs/man/containerd-config.1.md
Sebastiaan van Stijn 356782cb47
Makefile: man page: rename containerd.1 to containerd.8
The generated file was incorrectly named containerd.1 and should
be in section 8 (see [MAN-PAGES(7)]: Sections of the manual pages)

This patch fixes the filename and updates references to containerd(1)
to refer to containerd(8).

The generated file itself already had the correct section set in its
header, so didn't need updating.

[MAN-PAGES(7)]: http://man7.org/linux/man-pages/man7/man-pages.7.html

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-02 13:52:06 +02:00

42 lines
1.0 KiB
Markdown

# containerd-config 1 01/30/2018
## NAME
containerd-config - information on the containerd config
## SYNOPSIS
containerd config [command]
## DESCRIPTION
The *containerd config* command has one subcommand, named *default*, which
will display on standard output the default containerd config for this version
of the containerd daemon.
This output can be piped to a __containerd-config.toml(5)__ file and placed in
**/etc/containerd** to be used as the configuration for containerd on daemon
startup. The configuration can be placed in any filesystem location and used
with the **--config** option to the containerd daemon as well.
See __containerd-config.toml(5)__ for more information on the containerd
configuration options.
## OPTIONS
**default**
: This subcommand will output the TOML formatted containerd configuration to standard output
## BUGS
Please file any specific issues that you encounter at
https://github.com/containerd/containerd.
## AUTHOR
Phil Estes <estesp@gmail.com>
## SEE ALSO
ctr(1), containerd(8), containerd-config.toml(5)