options

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2020 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	NoCache     bool
	ForceRemove bool
	Pull        bool
}

Build holds options of compose build.

type Create

type Create struct {
	NoRecreate    bool
	ForceRecreate bool
	NoBuild       bool
	ForceBuild    bool
}

Create holds options of compose create.

type Delete

type Delete struct {
	RemoveVolume  bool
	RemoveRunning bool
}

Delete holds options of compose rm.

type Down

type Down struct {
	RemoveVolume  bool
	RemoveImages  ImageType
	RemoveOrphans bool
}

Down holds options of compose down.

type ImageType

type ImageType string

ImageType defines the type of image (local, all)

func (ImageType) Valid

func (i ImageType) Valid() bool

Valid indicates whether the image type is valid.

type Run

type Run struct {
	Detached   bool
	DisableTty bool
}

Run holds options of compose run.

type Up

type Up struct {
	Create
}

Up holds options of compose up.

Jump to

Keyboard shortcuts

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