Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteDockerConfig ¶
Types ¶
type Config ¶
type Config struct {
Auths map[string]Auth `json:"auths"`
CredHelpers map[string]string `json:"credHelpers,omitempty"`
}
func (*Config) CreateDockerConfigJson ¶
func (c *Config) CreateDockerConfigJson(credentials []RegistryCredentials) ([]byte, error)
func (*Config) SetCredHelper ¶
type RegistryCredentials ¶
Click to show internal directories.
Click to hide internal directories.