# moby [![GitHub Actions](https://github.com/wojciechkepka/moby/workflows/Main/badge.svg)](https://github.com/wojciechkepka/moby/actions) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Released API docs](https://docs.rs/moby/badge.svg)](http://docs.rs/moby) > a rust interface for maneuvering [docker](https://www.docker.com/) containers ## install Add the following to your `Cargo.toml` file ```toml [dependencies] moby = "0.1" ``` ## usage Many small runnable example programs can be found in this repository's [examples directory](https://github.com/wojciechkepka/moby/tree/master/examples).