Module builder

Module builder 

Source
Expand description

Docker builder and buildx commands

This module provides support for Docker builder/buildx commands that manage the build subsystem, build cache, and builder instances.

§Builder Management

§Build Operations

Re-exports§

pub use build::BuilderBuildCommand;
pub use create::BuildxCreateCommand;
pub use create::BuildxCreateResult;
pub use inspect::BuildxInspectCommand;
pub use inspect::BuildxInspectResult;
pub use ls::BuilderInfo;
pub use ls::BuildxLsCommand;
pub use ls::BuildxLsResult;
pub use prune::BuilderPruneCommand;
pub use prune::BuilderPruneResult;
pub use rm::BuildxRmCommand;
pub use rm::BuildxRmResult;
pub use stop::BuildxStopCommand;
pub use stop::BuildxStopResult;
pub use use_cmd::BuildxUseCommand;
pub use use_cmd::BuildxUseResult;

Modules§

build
Docker builder build command
create
Docker buildx create command implementation.
inspect
Docker buildx inspect command implementation.
ls
Docker buildx ls command implementation.
prune
Docker builder prune command
rm
Docker buildx rm command implementation.
stop
Docker buildx stop command implementation.
use_cmd
Docker buildx use command implementation.