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

Enable streaming results over UNIX sockets #238

Merged
merged 1 commit into from
Nov 11, 2020

Conversation

fooker
Copy link
Contributor

@fooker fooker commented Nov 10, 2020

What did you implement:

This simply removes the the restriction for streaming on UNIX domain sockets. It works for my use cases and I haven't found any documentation that the mechanism differs from streaming over TCP.

Closes: #166

How did you verify your change:

Using container.attach() over a local docker instance without TCP enabled.

What (if anything) would need to be called out in the CHANGELOG for the next release:

nothing

@fooker fooker changed the title Enable streaming results ofer UNIX sockets Enable streaming results over UNIX sockets Nov 10, 2020
@softprops
Copy link
Owner

Nice catch. The blocker must have been removed at some point

@softprops softprops merged commit 1765119 into softprops:master Nov 11, 2020
@fooker fooker deleted the stream-unix branch November 11, 2020 09:40
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.

Can't attach to running containers
2 participants