Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultDockerfileName = "Dockerfile"
DefaultDockerfileName is the default name of a Dockerfile
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
Builder defines methods to provide a docker builder. This makes libcompose not tied up to the docker daemon builder.
type DaemonBuilder ¶
type DaemonBuilder struct { Client client.ImageAPIClient ContextDirectory string Dockerfile string AuthConfigs map[string]types.AuthConfig NoCache bool ForceRemove bool Pull bool BuildArgs map[string]string LoggerFactory logger.Factory }
DaemonBuilder is the daemon "docker build" Builder implementation.
Click to show internal directories.
Click to hide internal directories.