dockerclient icon indicating copy to clipboard operation
dockerclient copied to clipboard

Progress from calls such as PullImage

Open ibuildthecloud opened this issue 10 years ago • 2 comments

I'd like to print progress of the PullImage. I'm willing to do the PR but would like some guidance on the approach. Do we break the current API, new API? Does the API accept a chan and blocks, should it return immediatly and not block..... Just give me a method signature and I'll implement it :)

ibuildthecloud avatar Jul 16 '15 20:07 ibuildthecloud

Would love this feature aswell, also in that api can we return the ID of the newly pulled image?

ptheunis avatar Oct 22 '15 16:10 ptheunis

Same here -- I'm working on a GUI tool that lets you pull images and I'd love to be able to show a percent complete / progress bar.

odewahn avatar May 20 '16 14:05 odewahn