async_docker 0.1.0

A Rust asynchronous interface for Docker API
Documentation

shiplift fork [WIP]

a rust interface for maneuvering docker containers

In this fork there are two main branches:

  • refactor, this is continuation of refactor started by matthiasbeyer/shiplift/refactor - there had been many issues that were fixed here.
  • async, massive asynchronous refactor of shiplift library

install

Add the following to your Cargo.toml file

[dependencies]
shiplift = { git = "https://github.com/destruktiw/shiplift", branch = "<name>" }

<name> should be async or refactor.