Skip to main content

Crate arcbox_docker_tools

Crate arcbox_docker_tools 

Source
Expand description

Docker CLI tool download, installation, and management.

Reads tool versions and checksums from assets.lock, downloads Docker CLI binaries (docker, buildx, compose, credential helpers), verifies SHA-256 checksums, and installs them to ~/.arcbox/runtime/bin/.

Re-exports§

pub use lockfile::ToolEntry;
pub use lockfile::parse_tools;
pub use manager::DockerToolError;
pub use manager::DockerToolManager;

Modules§

lockfile
Parser for the [[tools]] section of assets.lock.
manager
Docker tool manager — download, extract, install, and validate Docker CLI binaries from the versions pinned in assets.lock.
registry
Download URL construction and extraction logic for each Docker tool.