An open API service indexing awesome lists of open source software.

https://github.com/agrafix/hocker

Haskell: Docker client
https://github.com/agrafix/hocker

Last synced: about 2 months ago
JSON representation

Haskell: Docker client

Awesome Lists containing this project

README

          

hocker
=========

A haskell docker client library and executable. Currently work in progress, here's
the spec of the Rest API: [RestAPI v1.13](https://docs.docker.com/reference/api/docker_remote_api_v1.13/)

Pull requests are welcome! Please consider sticking with the existing coding-style.

Install / Run
-------

There's not much to see yet, but this will help you get going:

```bash
git clone git@github.com:agrafix/hocker.git
cd hocker
cabal sandbox init
cabal install -j --only-dependencies
cabal build
```