Documentation
¶
Overview ¶
Package docker provides commands that help configure a docker credential helper.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdConfigureDocker ¶
NewCmdConfigureDocker returns a command that configures the CLI as a Docker credential helper.
Types ¶
type Helper ¶
type Helper struct {
// contains filtered or unexported fields
}
Helper implements a docker-credential-* helper interface. It assists in logging into a registry.
func (*Helper) Add ¶
func (h *Helper) Add(creds *credentials.Credentials) error
Click to show internal directories.
Click to hide internal directories.