docker

package
v0.0.0-...-e568685 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	ImageForName(name string) (*Image, error)
	ImagesForRunningContainers() ([]Image, error)
}

func NewNativeClient

func NewNativeClient() (Client, error)

type Image

type Image struct {
	Name string
	Hash string
}

func (Image) String

func (i Image) String() string

Jump to

Keyboard shortcuts

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