Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerConfig ¶
type ContainerConfig struct { EPorts map[string]interface{} `json:"ExposedPorts"` User string `json:"User"` Env []string `json:"Env"` WorkingDir string `json:"WorkingDir"` }
ContainerConfig loads container config
type DCService ¶
type DCService struct {
Image string `yaml:"image,omitempty"`
}
DCService reads service
type DockerCompose ¶
type DockerCompose struct { Version string `yaml:"version"` DCServices map[string]DCService `yaml:"services"` }
DockerCompose reads docker compose files
type DockerImage ¶
type DockerImage struct { RepoTags []string `json:"RepoTags"` CConfig ContainerConfig `json:"ContainerConfig"` }
DockerImage loads docker image
Click to show internal directories.
Click to hide internal directories.