Documentation ¶ Index ¶ Variables func NewDockerClient(host string, tls *tlsconfig.Options) (client.APIClient, error) Constants ¶ This section is empty. Variables ¶ View Source var ( // ClientVersion is the Docker client API version to use when connecting to Docker // See Makefile targets that may set this at build time. ClientVersion = "1.24" ) Functions ¶ func NewDockerClient ¶ func NewDockerClient(host string, tls *tlsconfig.Options) (client.APIClient, error) NewDockerClient creates a new API client. Types ¶ This section is empty. Source Files ¶ View all Source files docker.go Click to show internal directories. Click to hide internal directories.