docker.rs
docker.rs copied to clipboard
Rust bindings to interact with docker daemon.
* Add a better [request](https://github.com/fristonio/docker.rs/blob/master/src/client.rs#L97) implmentation for client which is closely integrated with https://github.com/fristonio/docker.rs/blob/master/src/api/api_utils.rs#L5 Important features we need with the request structure is support for Streams. * A better place...
https://github.com/fristonio/docker.rs/blob/ed5a5bb8dfee356032719ebfe092d325f8ad7d54/src/client.rs#L102 The problem is that you use a println! in your code, so when I ask for version it prints out "Wrote all data to socket"
Cool Project, I'm currently trying the same stuff. I try to use swagger codegen for generating the docker api. I would like to help on this topic. I found another...
https://actix.rs/book/actix-web/sec-9-middlewares.html#logging It gets really messy when you try to debug the code without any logging.