Imports of package docker

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
github.com/docker/cli/cli/connhelperPackage connhelper provides helpers for connecting to a remote daemon host with custom logic.
github.com/docker/cli/cli/context
github.com/docker/cli/cli/context/storePackage store provides a generic way to store credentials to connect to virtually any kind of remote system.
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/docker/go-connections/tlsconfigPackage tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
timePackage time provides functionality for measuring and displaying time.