 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helper ¶
type Helper struct {
}
    Helper contains all the valid config options for connecting to Docker from a command line.
func NewHelper ¶
func NewHelper() *Helper
NewHelper creates a Flags object with the default values set. Use this to use consistent Docker client loading behavior from different contexts.
func (*Helper) GetClient ¶
GetClient returns a valid Docker client, the address of the client, or an error if the client couldn't be created.
func (*Helper) GetClientOrExit ¶
GetClientOrExit returns a valid Docker client and the address of the client, or prints an error and exits.
       Source Files
      ¶
      Source Files
      ¶
    
- docker.go
 Click to show internal directories. 
   Click to hide internal directories.