Module manifest

Module manifest 

Source
Expand description

Docker manifest command implementations.

This module provides commands for managing Docker manifests and manifest lists. Manifest lists allow you to use one name to refer to the same image built for multiple architectures.

Note: Docker manifest commands are experimental features.

Re-exports§

pub use annotate::ManifestAnnotateCommand;
pub use annotate::ManifestAnnotateResult;
pub use create::ManifestCreateCommand;
pub use create::ManifestCreateResult;
pub use inspect::ManifestInfo;
pub use inspect::ManifestInspectCommand;
pub use inspect::ManifestPlatform;
pub use push::ManifestPushCommand;
pub use push::ManifestPushResult;
pub use rm::ManifestRmCommand;
pub use rm::ManifestRmResult;

Modules§

annotate
Docker manifest annotate command implementation.
create
Docker manifest create command implementation.
inspect
Docker manifest inspect command implementation.
push
Docker manifest push command implementation.
rm
Docker manifest rm command implementation.