container

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 14, 2018 License: Apache-2.0 Imports: 7 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cli

type Cli interface {
	// GetInfo of a container
	GetInfo(ID string) types.Container
	// List all containers
	List(context.Context) []types.Container
	BashExist(ctx context.Context, containerID string) bool
	ShExist(ctx context.Context, containerID string) bool
}

func NewCliBackend added in v0.1.2

func NewCliBackend(conf config.BackendConfig) (cli Cli, factory *localcommand.Factory, err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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