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

Stream files rather than load them... #51

Closed
wants to merge 1 commit into from

Conversation

jonasfj
Copy link

@jonasfj jonasfj commented Oct 22, 2015

Image can be big and if not streamed this will break... Also it's just bad practice as it uses a lot of memory it doesn't need...

This is more of a bug report than a PR, as I didn't test. But from what I can see this simple change should do the trick and have pretty big impact when streaming large image files to docker.

Image can be big and if not streamed this will break... Also it's just bad practice...
@apocas
Copy link
Owner

apocas commented Oct 23, 2015

Streams are already supported: apocas/dockerode#128

Also #49 or #27

@apocas apocas closed this Oct 23, 2015
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.

None yet

2 participants