Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DBFlag = cli.StringFlag{Name: "db", Value: "dockpit.db", Usage: "The location of the Dockpit database that will be used"}
View Source
var DockerCertFlag = cli.StringFlag{Name: "docker-cert-path", Value: os.Getenv("DOCKER_CERT_PATH"), Usage: "(Optional) The directory that contains certificate information creating a secure connection to the Docker host, defaults to using the DOCKER_CERT_PATH environment variable. When left empty it will not attempt to secure the connection"}
View Source
var DockerHostFlag = cli.StringFlag{Name: "docker-host", Value: os.Getenv("DOCKER_HOST"), Usage: "Must contain the address and port on which the Docker host can be reached, defaults to using the DOCKER_HOST environment variable"}
Functions ¶
This section is empty.
Types ¶
type Clean ¶ added in v0.3.3
type Clean struct {
// contains filtered or unexported fields
}
func (*Clean) Description ¶ added in v0.3.3
type Locate ¶ added in v0.5.1
type Locate struct {
// contains filtered or unexported fields
}
func (*Locate) Description ¶ added in v0.5.1
type Start ¶
type Start struct {
// contains filtered or unexported fields
}
func (*Start) Description ¶
Click to show internal directories.
Click to hide internal directories.