docker

package
v0.0.0-...-ae61cdf Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Docker

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

func (*Docker) ContainerCreate

func (docker *Docker) ContainerCreate(networkName string, application models.ApplicationConfig) (err error)

func (*Docker) ContainerRemove

func (docker *Docker) ContainerRemove(application models.ApplicationConfig) (err error)

func (*Docker) ContainerStart

func (docker *Docker) ContainerStart(application models.ApplicationConfig) (err error)

func (*Docker) ImageIsReady

func (docker *Docker) ImageIsReady(name string) (isReady bool, err error)

func (*Docker) ImagePull

func (docker *Docker) ImagePull(name string) (err error)

func (*Docker) Init

func (docker *Docker) Init() (err error)

func (*Docker) NetworkConnect

func (docker *Docker) NetworkConnect(networkName, containerName string) (err error)

func (*Docker) NetworkCreate

func (docker *Docker) NetworkCreate(name string) (err error)

func (*Docker) NetworkRemove

func (docker *Docker) NetworkRemove(name string) (err error)

Jump to

Keyboard shortcuts

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