Imports of package docker

PathSynopsis
container/listPackage list implements a doubly linked list.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/dotcloud/docker/archive
github.com/dotcloud/docker/auth
github.com/dotcloud/docker/dockerversion
github.com/dotcloud/docker/engine
github.com/dotcloud/docker/execdriver
github.com/dotcloud/docker/execdriver/lxc
github.com/dotcloud/docker/execdriver/native
github.com/dotcloud/docker/graphdriver
github.com/dotcloud/docker/graphdriver/aufs
github.com/dotcloud/docker/graphdriver/btrfs
github.com/dotcloud/docker/graphdriver/devmapper
github.com/dotcloud/docker/graphdriver/vfs
github.com/dotcloud/docker/links
github.com/dotcloud/docker/nat
github.com/dotcloud/docker/networkdriver
github.com/dotcloud/docker/networkdriver/lxc
github.com/dotcloud/docker/networkdriver/portallocator
github.com/dotcloud/docker/pkg/graphdb
github.com/dotcloud/docker/pkg/mount
github.com/dotcloud/docker/pkg/namesgeneratorPackage namesgenerator generates random names.
github.com/dotcloud/docker/pkg/sysinfoPackage sysinfo stores information about which features a kernel supports.
github.com/dotcloud/docker/registryPackage registry contains client primitives to interact with a remote Docker registry.
github.com/dotcloud/docker/runconfig
github.com/dotcloud/docker/utils
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
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.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
os/signalPackage signal implements access to incoming signals.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.