package
Version:
v0.14.26
Opens a new window with list of versions in this module.
Published: Jan 15, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Build struct {
NoCache bool
ForceRemove bool
Pull bool
}
Build holds options of compose build.
type Create struct {
NoRecreate bool
ForceRecreate bool
NoBuild bool
ForceBuild bool
}
Create holds options of compose create.
type Delete struct {
RemoveVolume bool
RemoveRunning bool
}
Delete holds options of compose rm.
Down holds options of compose down.
ImageType defines the type of image (local, all)
Valid indicates whether the image type is valid.
type Run struct {
Detached bool
}
Run holds options of compose run.
Up holds options of compose up.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.