A Haskell library for the Docker Engine API
Go to file
Deni Bertovic 87d3b5a96d Adds back some of Internal module
- Added endpoint URL generating function
- Proper url encoding decoding (I guess, at least it's not printf
  anymore)
- Proper query building
2016-03-10 14:07:32 +01:00
src Adds back some of Internal module 2016-03-10 14:07:32 +01:00
tests A few fixups 2016-02-23 17:34:14 +01:00
.gitignore gitignore 2015-07-09 23:47:49 -04:00
CHANGELOG.md Bumps to 0.2.0.4 2016-02-11 17:45:43 +01:00
docker.cabal Adds back some of Internal module 2016-03-10 14:07:32 +01:00
LICENSE initial commit 2014-09-19 19:52:30 +02:00
Makefile Revamps Makefile 2016-02-11 18:28:34 +01:00
README.md initial commit 2014-09-19 19:52:30 +02:00
Setup.hs initial commit 2014-09-19 19:52:30 +02:00
stack.yaml Adds unmodified stack.yaml 2016-03-03 12:29:52 +01:00

Docker Remote API wrapper for Haskell

Work in progress