Documentation
¶
Index ¶
- Constants
- func ConfigureCredentialsContainer(userName string, port int, log log.Logger) error
- func ConfigureCredentialsDockerless(targetFolder string, port int, log log.Logger) (string, error)
- func ConfigureCredentialsMachine(targetFolder string, port int, log log.Logger) (string, error)
- type Credentials
- type Helper
- type ListResponse
- type Request
Constants ¶
View Source
const AzureContainerRegistryUsername = "00000000-0000-0000-0000-000000000000"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credentials ¶
Credentials holds the information shared between docker and the credentials store.
func GetAuthConfig ¶
func GetAuthConfig(host string) (*Credentials, error)
func (*Credentials) AuthToken ¶
func (c *Credentials) AuthToken() string
type Helper ¶ added in v0.12.1
type Helper struct {
// contains filtered or unexported fields
}
Helper implements the Docker credential helper interface.
func (*Helper) Add ¶ added in v0.12.1
func (h *Helper) Add(*credentials.Credentials) error
Add is not supported (read-only helper).
type ListResponse ¶
func ListCredentials ¶
func ListCredentials() (*ListResponse, error)
Click to show internal directories.
Click to hide internal directories.