Struct docker_sdk::image::Images

source ·
pub struct Images<'docker> { /* private fields */ }
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

Lists the docker images on the current docker host

Api Reference

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

Search for docker images by term

Api Reference

Pull and create a new docker images from an existing image

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

Api Reference

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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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