Imports of docker command

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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/dotcloud/docker/api
github.com/dotcloud/docker/api/client
github.com/dotcloud/docker/builtins
github.com/dotcloud/docker/dockerversion
github.com/dotcloud/docker/engine
github.com/dotcloud/docker/opts
github.com/dotcloud/docker/pkg/mflag
github.com/dotcloud/docker/sysinit
github.com/dotcloud/docker/utils
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.