A Haskell library for the Docker Engine API
Go to file
2016-08-10 12:32:17 +02:00
src Bump to apiVersion 1.24 for the new docker 1.12 release 2016-08-03 11:07:18 +02:00
tests Merge branch 'dev' of https://github.com/jprider63/docker-hs into dev 2016-08-03 10:59:12 +02:00
.gitignore gitignore 2015-07-09 23:47:49 -04:00
.travis.yml Forces travis to trusty 2016-08-09 20:58:21 +02:00
CHANGELOG.md Bumps to 0.2.0.4 2016-02-11 17:45:43 +01:00
docker.cabal Adds James to authors in cabal file 2016-08-09 16:04:11 +02:00
LICENSE Bumps LICENSE year 2016-08-10 12:32:17 +02:00
Makefile Adds repl target 2016-07-04 14:58:16 +02:00
README.md Small readme change about contribution. 2016-07-31 14:44:29 +02:00
Setup.hs initial commit 2014-09-19 19:52:30 +02:00
stack.yaml Squash commits into one. 2016-07-26 17:23:13 +02:00

Docker Remote API wrapper for Haskell

Travis CI : Build Status

Current state

Not production ready yet!

The library is going through a total rewrite.

See Issue #12 for things that need to happen before a new release.

Contributing

If you wish to contribute please see the Issue mentioned above or any issue tagged with "help wanted". Make sure to submit your PR's against the dev branch.

Please consider filling an Issue first and discuss design decisions and implementation details before writing any code. This is so that no development cycles go to waste on implementing a feature that might not get merged either because of implementation details or other reasons.