dockworker icon indicating copy to clipboard operation
dockworker copied to clipboard

Docker daemon API client in Rust

Results 30 dockworker issues
Sort by recently updated
recently updated
newest added

Serve documents of this crate derived from `cargo doc` on github.io. - cargo doc on circleci - update orphan branch for docs

Improve style of passing (optional) query parameters. Switching none and some patterns implicitly like: `/foo?bar=bazz` and `/foo`.

enhancement

enable tests on appveyor

enhancement

typing date instead of raw string contained in response body of apis

enhancement

Update dependent openssl wrapper library.

enhancement

docker daemonとやりとりする型とラッパープログラムの入出力の型を分ける。

enhancement

change the type of some values to `OsString` or `OsStr`. e.g. envvar

enhancement

I have been using numerous dockworker methods inside my tokio / warp server, however one particular method never compiles under a tokio context, and that is ::list_containers Spent quite a...

fixes #159 The example change probably won't need to get merged in. Just wanted to show some context that caused compilation failures in some contexts

Please tell me if i'm missing anything ;-)