Documentation
¶
Index ¶
Constants ¶
View Source
const (
// VERSION dnsdock version
VERSION = "1.16.1"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandLine ¶
type CommandLine struct{}
CommandLine structure handling parameter parsing
func (*CommandLine) ParseParameters ¶
func (cmdline *CommandLine) ParseParameters(rawParams []string) (res *utils.Config, err error)
ParseParameters Parse parameters
type DockerManager ¶
type DockerManager struct {
// contains filtered or unexported fields
}
DockerManager is the entrypoint to the docker daemon
func NewDockerManager ¶
func NewDockerManager(c *utils.Config, list servers.ServiceListProvider, tlsConfig *tls.Config) (*DockerManager, error)
NewDockerManager creates a new DockerManager
Click to show internal directories.
Click to hide internal directories.