Imports of package runtime

PathSynopsis
container/listPackage list implements a doubly linked list.
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/daemonconfig
github.com/dotcloud/docker/dockerversion
github.com/dotcloud/docker/engine
github.com/dotcloud/docker/graph
github.com/dotcloud/docker/image
github.com/dotcloud/docker/links
github.com/dotcloud/docker/nat
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/selinux
github.com/dotcloud/docker/pkg/sysinfoPackage sysinfo stores information about which features a kernel supports.
github.com/dotcloud/docker/runconfig
github.com/dotcloud/docker/runtime/execdriver
github.com/dotcloud/docker/runtime/execdriver/execdrivers
github.com/dotcloud/docker/runtime/execdriver/lxc
github.com/dotcloud/docker/runtime/graphdriver
github.com/dotcloud/docker/runtime/graphdriver/aufs
github.com/dotcloud/docker/runtime/graphdriver/btrfs
github.com/dotcloud/docker/runtime/graphdriver/devmapper
github.com/dotcloud/docker/runtime/graphdriver/vfs
github.com/dotcloud/docker/runtime/networkdriver/bridge
github.com/dotcloud/docker/runtime/networkdriver/portallocator
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.
osPackage os provides a platform-independent interface to operating system functionality.
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.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
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.