docker

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package docker provides some helpers to manage docker-compose clusters from the test suites

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compose

type Compose struct {
	Path   string
	Logger io.WriteCloser
	Env    []string
}

func ComposeSuite

func ComposeSuite(composeFile, logFile string) (*Compose, error)

func (*Compose) Close

func (c *Compose) Close() error

func (*Compose) Logs

func (c *Compose) Logs() error

func (*Compose) Remove

func (c *Compose) Remove() error

func (*Compose) Stop

func (c *Compose) Stop() 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