Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvDockerHost = "DOCKER_HOST" EnvDockerTLSVerify = "DOCKER_TLS_VERIFY" EnvDockerCertPath = "DOCKER_CERT_PATH" UnixSocketPath = "/var/run/docker.sock" UnixSocketAddr = "unix:///var/run/docker.sock" )
Variables ¶
View Source
var (
ErrNoDockerInfo = errors.New("no docker info")
)
Functions ¶
func New ¶
func New(config *config.DockerClient) (*docker.Client, error)
New creates a new Docker client instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.