Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + func NewDockerAuthProvider(cfg *configfile.ConfigFile, tlsConfigs map[string]*AuthTLSConfig) session.Attachable + type AuthTLSConfig struct + Insecure bool + KeyPairs []TLSKeyPair + RootCAs []string + type TLSKeyPair struct + Certificate string + Key string