runtime

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2021 License: Apache-2.0, BSD-3-Clause, 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 RuntimeClient

type RuntimeClient interface {
	// InspectContainer inspect container
	InspectContainer(id string) (*dockertypes.ContainerJSON, error)
	// ContainerList list containers
	ContainerList(options dockertypes.ContainerListOptions) ([]dockertypes.Container, error)
}

RuntimeClient implement interface interacting with runtime, such as docker now just implement list method, no creating method

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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