Documentation
¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Debug enables more verbose logging Debug bool = false // Verbose enables verbose logging Verbose bool = false )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
HostConfig `json:"Config"`
ID string `json:"ID"`
Image string `json:"Image"`
Name string `json:"Name"`
Driver string `json:"Driver"`
}
type HostConfig ¶
Click to show internal directories.
Click to hide internal directories.