Imports of package daemon

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/docker/api/types/container
github.com/docker/docker/api/types/image
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/google/go-containerregistry/pkg/namePackage name defines structured types for representing image references.
github.com/google/go-containerregistry/pkg/v1Package v1 defines structured types for OCI v1 images
github.com/google/go-containerregistry/pkg/v1/tarballPackage tarball provides facilities for reading/writing v1.Images from/to a tarball on-disk.
github.com/google/go-containerregistry/pkg/v1/typesPackage types holds common OCI media types.
ioPackage io provides basic interfaces to I/O primitives.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.