hyperpackage

package
v0.0.0-...-2cd35bd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

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

type LocalHyperpackageService struct {
	HyperpackagePath string
	ManifestPath     string
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL