Documentation ¶
Overview ¶
Package viceroyd implements the viceroy daemon. viceroyd manages workers and proxies build commands to running workers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = Options{
ListenAddr: "tcp://0.0.0.0:12194",
ProvisionerContainer: "rfratto/viceroy:latest",
ProvisionerContainerName: "viceroy-worker",
}
DefaultOptions is the set of defaults for viceroyd.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { ID string Docker *docker.Client // FS and worker daemon connections FS, Daemon *grpc.ClientConn }
Container is a provisioned container.
Click to show internal directories.
Click to hide internal directories.