Documentation ¶
Index ¶
- Constants
- type IHyperpackageService
- type LocalHyperpackageService
- func (s LocalHyperpackageService) Build(dockerfileSavePath string, imageTags []string)
- func (s LocalHyperpackageService) BuildAndRun(dockerfileSavePath string, imageTags []string)
- func (s LocalHyperpackageService) List()
- func (s LocalHyperpackageService) Run(imageTag string)
- func (s LocalHyperpackageService) Stop(name string)
Constants ¶
View Source
const HYPERPACK_CONTAINER_PREFIX = "hyperpackage"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IHyperpackageService ¶
type IHyperpackageService interface { Build(dockerfileSavePath string, imageTags []string) Run(imageTag string) BuildAndRun(dockerfileSavePath string, imageTags []string) List() Stop(name string) }
func HyperpackageService ¶
func HyperpackageService(hyperpackagePath string, manifestPath string) IHyperpackageService
type LocalHyperpackageService ¶
func (LocalHyperpackageService) Build ¶
func (s LocalHyperpackageService) Build(dockerfileSavePath string, imageTags []string)
func (LocalHyperpackageService) BuildAndRun ¶
func (s LocalHyperpackageService) BuildAndRun(dockerfileSavePath string, imageTags []string)
func (LocalHyperpackageService) List ¶
func (s LocalHyperpackageService) List()
func (LocalHyperpackageService) Run ¶
func (s LocalHyperpackageService) Run(imageTag string)
func (LocalHyperpackageService) Stop ¶
func (s LocalHyperpackageService) Stop(name string)
Click to show internal directories.
Click to hide internal directories.