Struct docker_api::api::image::Image [−][src]
pub struct Image<'docker> { /* fields omitted */ }Expand description
Interface for accessing and manipulating Docker Image.
Implementations
Inspect this Image.
Delete this Image.
Use delete to delete without options.
Delete this Image.
Use remove to customize options.
Lists the history of the images set of changes.
Export this image to a tarball.
Push an image to registry.
Return image digest and platform information by contacting the registry.
Trait Implementations
Auto Trait Implementations
impl<'docker> !RefUnwindSafe for Image<'docker>
impl<'docker> !UnwindSafe for Image<'docker>
Blanket Implementations
Mutably borrows from an owned value. Read more
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