github.com/containerd/containerd@v22.0.0-20200918172823-438c87b8e050+incompatible/docs/man/containerd-config.8.md (about)

     1  # containerd-config 8 01/30/2018
     2  
     3  ## NAME
     4  
     5  containerd-config - information on the containerd config
     6  
     7  ## SYNOPSIS
     8  
     9  containerd config [command]
    10  
    11  ## DESCRIPTION
    12  
    13  The *containerd config* command has one subcommand, named *default*, which
    14  will display on standard output the default containerd config for this version
    15  of the containerd daemon.
    16  
    17  This output can be piped to a __containerd-config.toml(5)__ file and placed in
    18  **/etc/containerd** to be used as the configuration for containerd on daemon
    19  startup. The configuration can be placed in any filesystem location and used
    20  with the **--config** option to the containerd daemon as well.
    21  
    22  See __containerd-config.toml(5)__ for more information on the containerd
    23  configuration options.
    24  
    25  ## OPTIONS
    26  
    27  **default**
    28  : This subcommand will output the TOML formatted containerd configuration to standard output
    29  
    30  ## BUGS
    31  
    32  Please file any specific issues that you encounter at
    33  https://github.com/containerd/containerd.
    34  
    35  ## AUTHOR
    36  
    37  Phil Estes <estesp@gmail.com>
    38  
    39  ## SEE ALSO
    40  
    41  ctr(8), containerd(8), containerd-config.toml(5)