package
Version:
v1.1.4
Opens a new window with list of versions in this module.
Published: Jun 6, 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
¶
type Auth struct {
Email string `yaml:"email"`
Username string `yaml:"username"`
Password string `yaml:"password"`
}
Auth represents auth configuration.
Backend represents backend configuration.
type Docker struct {
Auth Auth `yaml:"auth"`
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.