An asynchronous Docker daemon API client for Rust, supporting all major Docker operations.
# Cargo.toml
[dependencies]
bollard = "0.21.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to the local Docker daemon and retrieves version info.
Add tokio as a dependency and use #[tokio::main] or another async runtime.
No dependency data recorded yet.