www.LinuxHowtos.org





container-config

Section: Maintenance Commands (8)
Updated: 01/30/2018
Index Return to Main Contents
 

NAME

container-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 container-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 container-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 [la]mailto:estesp@gmail.com[ra]

 

SEE ALSO

ctr(8), containerd(8), container-config.toml(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
BUGS
AUTHOR
SEE ALSO