The Wayback Machine - https://web.archive.org/web/20211220032341/https://github.com/topics/docker-client
Skip to content
#

docker-client

Here are 41 public repositories matching this topic...

danieleades
danieleades commented May 10, 2020

currently the images::load method reads an entire archive into memory before sending it to the Docker API. this isn't necessary, as the hyper::Request can accept a stream of Result<O, E> where O: Into<Bytes> + 'static and E: Into<Box<dyn StdError + Send + Sync>> + 'static.

This is not a big refactor, but i'll hold off until i can unit test this.

that will require adding an endpoint f

Improve this page

Add a description, image, and links to the docker-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the docker-client topic, visit your repo's landing page and select "manage topics."

Learn more