Struct docker_api::api::image::Images[][src]

pub struct Images<'docker> { /* fields omitted */ }
Expand description

Interface for Docker Images.Image>

Implementations

Exports an interface for interacting with Docker Images.

Returns a reference to a set of operations available to a specific Image.

Api Reference

List available Images.

Api Reference

Delete stopped/unused Images.

Api Reference

Builds a new image build by reading a Dockerfile in a target directory.

Api Reference

Search for docker images by term.

Api Reference

Pull and create a new docker images from an existing image.

Api Reference

Exports a collection of named images, either by name, name:tag, or image id, into a tarball.

Api Reference

Imports an image or set of images from a given tarball source. Source can be uncompressed on compressed via gzip, bzip2 or xz.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more