package
Version:
v0.1.0-alpha.4
Opens a new window with list of versions in this module.
Published: Mar 7, 2018
License: MPL-2.0
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 Service struct {
Name string `yaml:"name"`
Image string `yaml:"image"`
Ports []string `yaml:"ports,omitempty"`
Cmd string `yaml:"cmd,omitempty"`
}
Service represents a container that can be run during a stage.
Rm forcefully removes the service.
Start starts the service.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.