Imports of package container

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.
errorsPackage errors implements functions to manipulate errors.
github.com/docker/docker/api/types
github.com/docker/docker/api/types/container
github.com/docker/docker/api/types/mount
github.com/docker/docker/api/types/network
github.com/docker/docker/api/types/strslice
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/docker/docker/errdefsPackage errdefs defines a set of error interfaces that packages should use for communicating classes of errors.
github.com/docker/docker/pkg/stdcopy
github.com/docker/go-connections/natPackage nat is a convenience package for manipulation of strings describing network ports.
github.com/opencontainers/image-spec/specs-go/v1
github.com/pkg/errorsPackage errors provides simple error handling primitives.
gotest.tools/v3/assertPackage assert provides assertions for comparing expected values to actual values in tests.
gotest.tools/v3/assert/cmpPackage cmp provides Comparisons for Assert and Check
gotest.tools/v3/pollPackage poll provides tools for testing asynchronous code.
mapsPackage maps defines various functions useful with maps of any type.
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.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.