# shiplift
[](https://github.com/softprops/shiplift/actions) [](https://crates.io/crates/shiplift) [](./LICENSE) [](http://docs.rs/shiplift) [](https://softprops.github.io/shiplift)
> a rust interface for maneuvering [docker](https://www.docker.com/) containers
## install
Add the following to your `Cargo.toml` file
```toml
[dependencies]
shiplift = "0.8"
```
## usage
Many small runnable example programs can be found in this repository's [examples directory](https://github.com/softprops/shiplift/tree/master/examples).
## planned changes
- give image pull chunked json a proper type
Doug Tangren (softprops) 2015-2018