 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
	// Store saves credentials for the given registry into the local config file
	Store(registry string, authConfig types.AuthConfig) error
	// Save persists the locally changed config file to file
	Save() error
}
    Config is the interface to interact with the docker config
func NewDockerConfig ¶
NewDockerConfig creates a new docker client
 Click to show internal directories. 
   Click to hide internal directories.