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 { *srvconfig.Config // Plugins overrides `Plugins map[string]toml.Tree` 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 main.go main_windows.go notify_unsupported.go oci-hook.go publish.go service_windows.go
- Version
- v1.7.1
- Published
- May 10, 2023
- Platform
- windows/amd64
- Imports
- 49 packages
- Last checked
- 1 hour ago –
Tools for package owners.