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

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

Interface for docker images

Implementations

Exports an interface for interacting with docker images

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

Api Reference: https://docs.docker.com/engine/api/v1.41/#operation/ImageBuild

Lists the docker images on the current docker host

Api Reference: https://docs.docker.com/engine/api/v1.41/#operation/ImageList

Returns a reference to a set of operations available for a named image

Search for docker images by term

Api Reference: https://docs.docker.com/engine/api/v1.41/#operation/ImageSearch

Pull and create a new docker images from an existing image

Api Reference: https://docs.docker.com/engine/api/v1.41/#operation/ImagePull

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

Api Reference: https://docs.docker.com/engine/api/v1.41/#operation/ImageGetAll

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

Api Reference: https://docs.docker.com/engine/api/v1.41/#operation/ImageLoad

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.