Dockworker: Rust library for talking to the Docker daemon

CircleCI Build status

Support

Environment

Api

Supported Api List. Support means that any wrapper method exists in this crate.

Test

Executing unit tests:

shell $ docker test

Depends on docker

Some test cases depend on docker are disabled by default. These containers required from test cases are built by docker-compose like below:

shell $ docker-compose build $ cargo test -- --ignored

Original Project Contributors

Dockworker crate is forked from boondock. Heres are contributors to it.