Merge pull request #42 from SKoschnicke/master

added reference to docs and examples in readme
This commit is contained in:
Deni Bertovic 2017-11-01 11:26:07 +01:00 committed by GitHub
commit 5cac8a0c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,13 @@ Supported Docker Engine Api version: `v1.24` and onwards.
Anything upward of that should work since Docker versions their API. Anything upward of that should work since Docker versions their API.
Older docker version and engine api versions are not supported at the moment. Older docker version and engine api versions are not supported at the moment.
## Documentation
The API-documentation is available at
[Hackage](https://hackage.haskell.org/package/docker). There are also some
usage-examples in the main library source file,
[`Client.hs`](https://hackage.haskell.org/package/docker/docs/Docker-Client.html).
## Contributing ## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md). Please see [CONTRIBUTING.md](CONTRIBUTING.md).