Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildImage ¶
func BuildImage(cli *client.Client, config LociConfig) string
func Loci ¶
func Loci(config LociConfig)
func PrepConfig ¶
func PrepConfig(config *LociConfig) error
Types ¶
type LociConfig ¶
type LociConfig struct {
Image string `yaml:"image"`
Dockerfile string `yaml:"dockerfile"`
BuildFolder string `yaml:"build_folder"` //default: /build
ImmutableBuildFolder bool `yaml:"immutable_build_folder"` //default: false
ExtraVolumes []Volume `yaml:"extra_volumes"`
Rebuild bool `yaml:"rebuild"`
EnvironmentVars map[string]string `yaml:"environment"`
Command string `yaml:"command"`
}
func LoadConfig ¶
func LoadConfig() LociConfig
Click to show internal directories.
Click to hide internal directories.