An asynchronous Docker daemon API client for Rust, enabling interaction with Docker containers and services.
# Cargo.toml
[dependencies]
bollard-next = "0.18.1"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 fetches its version.
Add tokio as a dependency and use #[tokio::main] or another async runtime.
No dependency data recorded yet.