Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerConfig ¶
type DockerConfig struct {
// Enabled toggles the internal workstation (docker-compose). Deprecated: defaults to false;
// use platform and workstation.runtime for workstation mode. When false, omit from config (not written to windsor.yaml).
Enabled *bool `yaml:"enabled,omitempty"`
RegistryURL string `yaml:"registry_url,omitempty"`
Registries map[string]RegistryConfig `yaml:"registries,omitempty"`
}
DockerConfig represents the Docker configuration
func (*DockerConfig) Copy ¶
func (c *DockerConfig) Copy() *DockerConfig
Copy creates a deep copy of the DockerConfig object
func (*DockerConfig) Merge ¶
func (base *DockerConfig) Merge(overlay *DockerConfig)
Merge performs a deep merge of the current DockerConfig with another DockerConfig.
Click to show internal directories.
Click to hide internal directories.