github.com/georgethebeatle/containerd@v0.2.5/docs/daemon.md (about)

     1  # Daemon options
     2  
     3  ```
     4  $ containerd -h
     5  
     6  NAME:
     7     containerd - High performance container daemon
     8  
     9  USAGE:
    10     containerd [global options] command [command options] [arguments...]
    11  
    12  VERSION:
    13     0.1.0 commit: 54c213e8a719d734001beb2cb8f130c84cc3bd20
    14  
    15  COMMANDS:
    16     help, h      Shows a list of commands or help for one command
    17  
    18  GLOBAL OPTIONS:
    19     --debug                                              enable debug output in the logs
    20     --state-dir "/run/containerd"                        runtime state directory
    21     --metrics-interval "5m0s"                            interval for flushing metrics to the store
    22     --listen, -l "/run/containerd/containerd.sock"       Address on which GRPC API will listen
    23     --runtime, -r "runc"                                 name of the OCI compliant runtime to use when executing containers
    24     --graphite-address                                   Address of graphite server
    25     --help, -h                                           show help
    26     --version, -v                                        print the version
    27  ```