docker

package
v0.0.0-...-847e9cf Latest Latest
Warning

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

Go to latest
Published: May 27, 2021 License: Apache-2.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 Image

type Image struct {
	Name string
}

func (*Image) IsPulled

func (image *Image) IsPulled() (bool, error)

func (*Image) Pull

func (image *Image) Pull() (string, error)

type Job

type Job struct {
	Image                string
	Command              string
	Args                 []string
	WorkDirectory        string
	Mounts               map[string]string
	EnvironmentVariables map[string]string
}

func (Job) Run

func (job Job) Run() error

Jump to

Keyboard shortcuts

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