dexec icon indicating copy to clipboard operation
dexec copied to clipboard

Display progress while pulling images

Open andystanton opened this issue 9 years ago • 0 comments

Currently if dexec is pulling an image, no indication is displayed. As this can sometimes take a few minutes, it's bad user experience.

This issue has two phases:

  1. Print a message to stderr saying an image is being downloaded, specifying the name and tag of the image.
  2. Parse the information received from the Docker remote API and either output it in the same way as the Docker client does, or some other minimal way e.g. single percentage rather than per layer percentages.

andystanton avatar Nov 17 '15 10:11 andystanton