Imports of package execdriver

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/docker/utils
github.com/docker/libcontainerLibcontainer provides a native Go implementation for creating containers with namespaces, cgroups, capabilities, and filesystem access controls.
github.com/docker/libcontainer/devices
github.com/docker/libcontainer/security/capabilities
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.