Versions in this module Expand all Collapse all v0 v0.3.3 Nov 21, 2018 v0.3.2 Oct 31, 2018 v0.3.1 Oct 17, 2018 v0.3.0 Oct 12, 2018 Changes in this version + type Config struct + Debug bool + GRPC GRPCConfig + Registries map[string]RegistryConfig + Root string + Workers struct{ ... } + func Load(r io.Reader) (Config, *toml.MetaData, error) + func LoadFile(fp string) (Config, *toml.MetaData, error) + type ContainerdConfig struct + Address string + Enabled *bool + GCPolicy []GCPolicy + Labels map[string]string + Namespace string + Platforms []string + type GCPolicy struct + All bool + Filters []string + KeepBytes int64 + KeepDuration int64 + func DefaultGCPolicy(p string) []GCPolicy + type GRPCConfig struct + Address []string + DebugAddress string + GID int + TLS TLSConfig + UID int + type OCIConfig struct + Enabled *bool + GCPolicy []GCPolicy + Labels map[string]string + Platforms []string + Rootless bool + Snapshotter string + type RegistryConfig struct + Mirrors []string + PlainHTTP bool + type TLSConfig struct + CA string + Cert string + Key string