Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display progress while pulling images #49

Open
andystanton opened this issue Nov 17, 2015 · 0 comments
Open

Display progress while pulling images #49

andystanton opened this issue Nov 17, 2015 · 0 comments
Milestone

Comments

@andystanton
Copy link
Member

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 andystanton added this to the v2.0.0 milestone Nov 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant