compose

package
v0.0.0-...-ea18c7c Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2018 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compose

type Compose struct {
	Project project.APIProject
}

func New

func New(name, cpath string) (*Compose, error)

New : Creates a new docker compose project

func (*Compose) Build

func (c *Compose) Build(services []string, nocache bool) error

func (*Compose) Down

func (c *Compose) Down(clean bool) error

func (*Compose) Kill

func (c *Compose) Kill(services []string) error

func (*Compose) Logs

func (c *Compose) Logs(services []string, follow bool) error

func (*Compose) Rebuild

func (c *Compose) Rebuild(services []string) error

func (*Compose) Scale

func (c *Compose) Scale(services map[string]int) error

func (*Compose) Start

func (c *Compose) Start(services []string) error

func (*Compose) Stop

func (c *Compose) Stop(services []string) error

func (*Compose) Up

func (c *Compose) Up() error

Jump to

Keyboard shortcuts

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