image

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2018 License: Apache-2.0 Imports: 8 Imported by: 29

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Image

type Image struct {
	inspect.ImageData
	InputName string
	Local     bool
	// contains filtered or unexported fields
}

Image is the primary struct for dealing with images It is still very much a work in progress

func New

func New(name string, runtime *libpod.Runtime) (Image, error)

New creates a new image object where the image could be local or remote

func NewFromLocal

func NewFromLocal(name string, runtime *libpod.Runtime) (Image, error)

NewFromLocal creates a new image object that is intended to only deal with local images already in the store (or its aliases)

func (*Image) ID

func (i *Image) ID() string

ID returns the image ID as a string

func (*Image) Remove

func (i *Image) Remove(force bool) error

Remove an image This function is only complete enough for the stage 1 tests.

Jump to

Keyboard shortcuts

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