A Haskell library for the Docker Engine API
Go to file
Deni Bertovic 2bf90f6caa Merge pull request #11 from denibertovic/dev
Merge refactored library changes into master
2016-07-31 14:39:38 +02:00
src export defaultContainerConfig and rename a few things 2016-07-26 17:29:02 +02:00
tests Squash commits into one. 2016-07-26 17:23:13 +02:00
.gitignore gitignore 2015-07-09 23:47:49 -04:00
.travis.yml Adds Travis config for running tests. 2016-07-04 15:02:58 +02:00
CHANGELOG.md Bumps to 0.2.0.4 2016-02-11 17:45:43 +01:00
docker.cabal Squash commits into one. 2016-07-26 17:23:13 +02:00
LICENSE initial commit 2014-09-19 19:52:30 +02:00
Makefile Adds repl target 2016-07-04 14:58:16 +02:00
README.md Readme change. 2016-07-04 15:14:58 +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!

The library is going through a total rewrite. Please see the dev branch for more details.

Contributing

I'm currently not accepting features into the master branch as it will make merging the dev branch harder. If you wish to submit a bug fix then it's fine to file a PR against master, otherwise please consider helping out with the changes currently being made in the dev branch. Once a new release is out the door I will start accepting feature PR's again.

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