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

Set default hijack option to true #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phaseOne
Copy link

@phaseOne phaseOne commented Sep 9, 2022

I'm on Docker Desktop for ARM Mac 4.11.1 (84025) and I'm experiencing an issue with dockerode, where writing to stdin never reaches the process in my container.

Based on moby/moby#43799, it seems a change in Docker Desktop 4.10.0 requires that the Connection and Upgrade headers be sent for stream multiplexing to work, since Docker Desktop proxies the docker socket.

Speculating that a change in Docker Desktop 4.10.0 requires that the `Connection` and `Upgrade` headers be sent for stream multiplexing to work.
For further detail see moby/moby#43799
@apocas
Copy link
Owner

apocas commented Dec 26, 2022

I'm not sure if changing this default would be a good idea.

There's a lot of use cases beside Docker Desktop, I would love more opinions on this one.

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