Versions in this module Expand all Collapse all v0 v0.1.0 Jan 21, 2019 Changes in this version + func GetDockerClient(dockerURL, tlsCaCert, tlsCert, tlsKey string, allowInsecure bool) (*client.Client, error) + func GetDockerTLSConfig(tlsCaCert, tlsCert, tlsKey string, allowInsecure bool) *tls.Config + func GetDockerURL(dockerURL string) string + func NewTLSConfig(caCert, cert, key []byte, allowInsecure bool) (*tls.Config, error)