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

Do not read the whole tar, but stream it #79

Merged
merged 1 commit into from
Apr 4, 2016
Merged

Conversation

goldmann
Copy link
Owner

@goldmann goldmann commented Apr 4, 2016

Fixes #29.

@goldmann goldmann merged commit 5be625f into master Apr 4, 2016
@goldmann goldmann deleted the gh-29-do-not-read-tar branch April 4, 2016 14:37
@gcstang
Copy link

gcstang commented Apr 4, 2016

Is there a change in the command line in order to stream it?

@goldmann
Copy link
Owner Author

goldmann commented Apr 4, 2016

Correct, this change streams the image to the Docker daemon instead of reading it into memory.

@gcstang
Copy link

gcstang commented Apr 4, 2016

Ok, so nothing new to put on the command line it just performs a stream behind the scenes?

@goldmann
Copy link
Owner Author

goldmann commented Apr 4, 2016

Correct.

@goldmann
Copy link
Owner Author

goldmann commented Apr 4, 2016

Is there a change in the command line in order to stream it?

I misread your comment here and that probably confused you :) Just to be clear - no change in the command line at all, the change is internal and automatic.

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

Successfully merging this pull request may close these issues.

2 participants