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
: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::Client
andOpenSSL
extensions from the original docker.cr lib