stages

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DockerBuild

type DockerBuild struct {
	// contains filtered or unexported fields
}

func NewDockerBuild

func NewDockerBuild(imageName, context string) *DockerBuild

func (*DockerBuild) Run

func (d *DockerBuild) Run(cli *client.Client) error

func (*DockerBuild) Target

func (d *DockerBuild) Target(t string) *DockerBuild

type DockerRm

type DockerRm struct {
	// contains filtered or unexported fields
}

func NewDockerRm

func NewDockerRm() *DockerRm

func (*DockerRm) Container added in v0.1.3

func (d *DockerRm) Container(name string) *DockerRm

func (*DockerRm) Image added in v0.1.3

func (d *DockerRm) Image(name string) *DockerRm

func (*DockerRm) Run

func (d *DockerRm) Run(cli *client.Client) error

type DockerRun

type DockerRun struct {
	// contains filtered or unexported fields
}

func NewDockerRun

func NewDockerRun(container, image string) *DockerRun

func (*DockerRun) Env

func (d *DockerRun) Env(key, value string) *DockerRun

func (*DockerRun) Label

func (d *DockerRun) Label(key, value string) *DockerRun

func (*DockerRun) LabelString added in v0.1.4

func (d *DockerRun) LabelString(label string) *DockerRun

func (*DockerRun) Network

func (d *DockerRun) Network(network string) *DockerRun

func (*DockerRun) Run

func (d *DockerRun) Run(cli *client.Client) error

Jump to

Keyboard shortcuts

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