Packages

Docker remote API wrapper. This library support Containers, Images, Network, Volumes, etc...

Current section

Files

Jump to
docker_api README.md
Raw

README.md

# DockerApi
Docker Engine API wrapper. Inspired [docker-api](https://github.com/swipely/docker-api)
## Installation
```elixir
def deps do
[
{:docker_api, "~> 0.1.1"}
]
end
```
## Usage
Take a look at each module and its documentation .