harbourmaster
Harbourmaster is a library of high-level abstractions of Docker objects.
Harbourmaster is built on top of the excellent 'shiplift', but provides an object-oriented interface that is a little easier to work with for some use cases. It's also using async/await-ready futures-0.3 for the interface.
Particularly useful for unit testing that involves spinning up and then removing Docker containers.
Usage
use Container;
async
Current version: 0.4.0
License: Apache-2.0