package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Jun 4, 2018
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Backend represents backend configuration.
type Docker struct {
WorkingDir string `yaml:"working_dir"`
Entrypoint string `yaml:"entrypoint"`
Image string `yaml:"image"`
Volumes yamllist.List `yaml:"volumes"`
}
Docker represents docker configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.