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;