package
0.0.0-20200321120002-dd2de08144c3
Repository: https://github.com/wuka1/docker.git
Documentation: pkg.go.dev
# Functions
BuildFromConfig builds directly from `changes`, treating it as if it were the contents of a Dockerfile It will: - Call parse.Parse() to get an AST root for the concatenated Dockerfile entries.
NewBuildArgs creates a new BuildArgs type.
NewBuildManager creates a BuildManager.
NewClientSessionSourceIdentifier returns new ClientSessionSourceIdentifier instance.
NewClientSessionTransport returns new ClientSessionTransport instance.
# Structs
BuildArgs manages arguments used by the builder.
Builder is a Dockerfile builder It implements the builder.Backend interface.
BuildManager is shared across all Builder objects.
ClientSessionSourceIdentifier is an identifier that can be used for requesting files from remote client.
ClientSessionTransport is a transport for copying files from docker client to the daemon.
# Interfaces
Archiver defines an interface for copying files from one destination to another using Tar/Untar.
ImageProber exposes an Image cache to the Builder.
SessionGetter is object used to get access to a session by uuid.