moby 0.1.2

Actively maintained Rust interface for maneuvering Docker containers
Documentation

moby

GitHub Actions MIT licensed Released API docs

a rust interface for maneuvering docker containers

install

Add the following to your Cargo.toml file

[dependencies]
moby = "0.1"

usage

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