package command
import "github.com/containerd/containerd/cmd/containerd/command"
Index ¶
Functions ¶
func App ¶
App returns a *cli.App instance.
Types ¶
type Config ¶
type Config struct { *server.Config // Plugins overrides `Plugins map[string]toml.Primitive` in server config. Plugins map[string]interface{} `toml:"plugins"` }
Config is a wrapper of server config for printing out.
func (*Config) WriteTo ¶
WriteTo marshals the config to the provided writer
Source Files ¶
config.go config_unsupported.go main.go oci-hook.go publish.go
- Version
- v1.2.0-beta.0
- Published
- Aug 16, 2018
- Platform
- js/wasm
- Imports
- 31 packages
- Last checked
- 1 hour ago –
Tools for package owners.