Crate rust_docker

Source
Expand description

docker-rs is a rust library to interact with Docker API

  • Currently the only method to connect to docker is through unix socket.

Re-exports§

pub use client::DockerClient;

Modules§

api
client
A client for communicating with the docker server