Documentation
¶
Overview ¶
Package dockercfg contains a command helper to read .dockercfg files
Index ¶
Constants ¶
View Source
const ( PushAuthType = "PUSH_DOCKERCFG_PATH" PullAuthType = "PULL_DOCKERCFG_PATH" )
Default docker registry server
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helper ¶
type Helper struct { }
Helper contains all the valid config options for reading the local dockercfg file
func NewHelper ¶
func NewHelper() *Helper
NewHelper creates a Flags object with the default values set.
Click to show internal directories.
Click to hide internal directories.