runtime

package
v0.1.24 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Containerization added in v0.1.6

type Containerization interface {
	Deploy(serviceID, service string, configs map[string]string) (map[string]string, error)
	Destroy(serviceID, service string, configs map[string]string) error
}

Containerization interface

type DockerCompose added in v0.1.1

type DockerCompose struct {
}

DockerCompose type

func NewDockerCompose added in v0.1.2

func NewDockerCompose() *DockerCompose

NewDockerCompose creates a new instance

func (*DockerCompose) Deploy added in v0.1.2

func (d *DockerCompose) Deploy(serviceID, service string, configs map[string]string) (map[string]string, error)

Deploy deploys services

func (*DockerCompose) Destroy added in v0.1.2

func (d *DockerCompose) Destroy(serviceID, service string, configs map[string]string) error

Destroy destroys services

func (*DockerCompose) Prune added in v0.1.14

func (d *DockerCompose) Prune() error

Prune remove all unused containers, networks, images

Jump to

Keyboard shortcuts

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