docker-api 0.1.0

Interface to Docker API
Documentation
docker-api-0.1.0 has been yanked.

docker-api

GitHub Actions MIT licensed Released API docs

a rust interface for maneuvering docker containers

install

Add the following to your Cargo.toml file

[dependencies]
docker-api = "0.1"

usage

Many small runnable example programs can be found in this repository's examples directory.