Struct docker_api::plugin::Plugin[][src]

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

Interface for accessing and manipulating a Docker plugin.

Api Reference: https://docs.docker.com/engine/api/v1.41/#tag/Plugin

Implementations

Exports an interface for operations that may be performed against a named image.

Inspects a named plugin’s details.

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

Forcefully remove a plugin. This may result in issues if the plugin is in use by a container.

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

Push a plugin to the registry.

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

Create a plugin from a tar archive on the file system. The path parameter is a path to the tar containing plugin rootfs and manifest.

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

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.