Crates.io | boondock |
lib.rs | boondock |
version | 0.1.0-alpha.1 |
source | src |
created_at | 2016-10-25 19:23:53.98374 |
updated_at | 2020-04-09 21:32:36.389972 |
description | Docker daemon API (a fork of Graham Lee's rust-docker) |
homepage | https://github.com/faradayio/boondock |
repository | https://github.com/faradayio/boondock |
max_upload_size | |
id | 7009 |
size | 112,253 |
You may not want this library. This library is only minimally maintained. It is used by the development tool cage, and it does not make much effort to support use-cases beyond that.
It does have a very nice async transport layer based on hyper
, hyperlocal
, rustls
and modern async Rust that you might want to borrow for use in your Docker client. No OpenSSL is involved in any way.
Here are the other Rust Docker clients I know about:
hyper
0.12 at the time of writing.hyper
0.13.For example code, see the examples directory.
git remote add upstream git@github.com:faradayio/boondock.git
)git commit -m 'Add some feature'
)git push origin your-branch
)