Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Version is set at build time via -ldflags
Version = "dev"
)
Functions ¶
func GenerateAndInstallCerts ¶
GenerateAndInstallCerts generates and optionally installs certs for domains Used by 'up' command
func ValidateSudo ¶
func ValidateSudo() error
ValidateSudo prompts for sudo password and caches credentials
Types ¶
type DockerContainerInfo ¶
type DockerContainerInfo struct {
Config struct {
Labels map[string]string `json:"Labels"`
} `json:"Config"`
NetworkSettings struct {
Networks map[string]struct {
IPAddress string `json:"IPAddress"`
} `json:"Networks"`
} `json:"NetworkSettings"`
}
DockerContainerInfo for JSON parsing
Click to show internal directories.
Click to hide internal directories.