https://github.com/agrafix/hocker
Haskell: Docker client
https://github.com/agrafix/hocker
Last synced: about 2 months ago
JSON representation
Haskell: Docker client
- Host: GitHub
- URL: https://github.com/agrafix/hocker
- Owner: agrafix
- Created: 2014-08-08T22:55:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T23:23:00.000Z (almost 12 years ago)
- Last Synced: 2026-03-12T04:06:58.275Z (3 months ago)
- Language: Haskell
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```