package
20.10.0-rc1+incompatible
Repository: https://github.com/agilebits/moby.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline.
Package dockerignore is deprecated.
Package remotecontext is a generated protocol buffer package.
# Constants
DefaultDockerfileName is the Default filename with Docker commands, read by docker build.
# Interfaces
Backend abstracts calls to a Docker Daemon.
ExecBackend contains the interface methods required for executing containers.
Image represents a Docker image used by the builder.
ImageBackend are the interface methods required from an image component.
ImageCache abstracts an image cache.
ImageCacheBuilder represents a generator for stateful image cache.
ROLayer is a reference to image rootfs layer.
RWLayer is active layer that can be read/modified.
Source defines a location that can be used as a source for the ADD/COPY instructions in the builder.