Versions in this module Expand all Collapse all v0 v0.2.1 Dec 31, 2024 v0.2.0 Dec 30, 2024 Changes in this version + type DockerConfig struct + Enabled *bool + NetworkCIDR *string + Registries map[string]RegistryConfig + func (base *DockerConfig) Merge(overlay *DockerConfig) + func (c *DockerConfig) Copy() *DockerConfig + type RegistryConfig struct + Hostname string + Local string + Remote string