Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerConfig ¶
type DockerConfig struct {
Name string
Deamon bool
Net string
Ipc string
Pid string
Ports []PortMapping
Environment []EnvironmentPair
Image string
Start int
Stop int
}
DockerConfig the docker run configuration
type EnvironmentPair ¶
EnvironmentPair a k-v pair for an environment variable
type PortMapping ¶
PortMapping a k-v pair for an docker port mapping
Click to show internal directories.
Click to hide internal directories.