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

'docker pull' should only download missing versions #55

Closed
shykes opened this issue Mar 12, 2013 · 0 comments
Closed

'docker pull' should only download missing versions #55

shykes opened this issue Mar 12, 2013 · 0 comments
Milestone

Comments

@shykes
Copy link
Contributor

shykes commented Mar 12, 2013

Currently 'docker pull' must perform a full download before it can determine which images it already has. The download protocol should support checking for available versions, and only downloading missing versions.

This is especially interesting when downloading many images derived from the same base. Typically the base is much larger than the changes, so download times are vastly reduced.

@samalba samalba closed this as completed Mar 25, 2013
crosbymichael pushed a commit to crosbymichael/docker that referenced this issue Nov 20, 2013
…test

graph_test: Clean up drivers allocated in tempGraph()
miminar pushed a commit to miminar/docker that referenced this issue May 28, 2015
'docker rmi -f IMAGE_ID' untag all names and delete the image
thaJeztah pushed a commit to thaJeztah/docker that referenced this issue Sep 18, 2018
…-panic

[18.09] backport pkg/progress: work around closing closed channel panic
ndeloof added a commit to ndeloof/docker that referenced this issue Aug 12, 2022
crazy-max pushed a commit to crazy-max/moby that referenced this issue Sep 29, 2022
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
thaJeztah pushed a commit to thaJeztah/docker that referenced this issue Jun 26, 2023
Carry moby#45: Add etcd TLS client code and update README.md.
thaJeztah pushed a commit to thaJeztah/docker that referenced this issue Jun 26, 2023
Carry moby#45: Add etcd TLS client code and update README.md.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants