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

For testing the attach api, specific docker container is required. The container is able to be built by docker-compose like below:

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

Original Project Contributors

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