containerruntimes

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerRuntime

type ContainerRuntime interface {
	BuildImage(ctx context.Context, workdir string, name string) error
	PushImage(ctx context.Context, name string) (string, error)
	InspectImage(ct context.Context, name string, img interface{}) error
	StartContainer(ctx context.Context, name string, image string, ports []int32) error
	StopContainer(ctx context.Context, name string) error
	InspectContainer(ctx context.Context, name string, container interface{}) error
}

ContainerRuntime interface

Directories

Path Synopsis
docker
sdk

Jump to

Keyboard shortcuts

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