crystal-docker
Docker Engine API wrapper. Provides typed interaction with the Docker Engine API.
Client structure has been designed to mirror API provided by the official python SDK.
Installation
- Add the dependency to your
shard.yml:
`yaml
dependencies:
docker:
github: aca-labs/crystal-docker
`
- Run
shards install
Usage
Read the docs.
Contributing
- Fork it (<https://github.com/aca-labs/crystal-docker/fork>)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Kim Burgess - creator and maintainer
- Jerome Gravel-Niquet -
HTTP::ClientandOpenSSLextensions from the original docker.cr lib