Documentation ¶
Overview ¶
Package docker has utilities to work with Docker.
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.
func (*Helper) InstallFlags ¶
InstallFlags installs the Docker flag helper into a FlagSet with the default options and default values from the Helper object.
Directories ¶
Path | Synopsis |
---|---|
Package dockerfile has utilities that complement Docker's official Dockerfile parser.
|
Package dockerfile has utilities that complement Docker's official Dockerfile parser. |