compose: "http: Hijack is incompatible with use of CloseNotifier in same ServeHTTP call" errors
Using 1.8-rc1 and docker 1.12-rc3 with the following compose file:
version: '2'
services:
test:
build:
context: .
and Dockerfile:
FROM alpine
If I do:
whale:comprun justin$ docker-compose build test
Building test
Step 1 : FROM alpine
---> f70c828098f5
Successfully built f70c828098f5
whale:comprun justin$ docker-compose run test ls
http: Hijack is incompatible with use of CloseNotifier in same ServeHTTP call
http: Hijack is incompatible with use of CloseNotifier in same ServeHTTP call
whale:comprun justin$
Looks like a missed case in https://github.com/docker/compose/pull/1374
cc @dnephin
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 21
- Comments: 58 (3 by maintainers)
Yay! pevious version in fact can be found in trash (on OSX)
I now have the same issue. Just upgraded and my compose setup refuses to start š¦
@justincormack where is the hotfix? āCheck for updatesā says my rc3 Beta 18 is the latest but I still get the
[Hi]jack is incompatible with use of CloseNotifier in same ServeHTTP call
error.Roll back to Beta17 until this is fixed: https://download.docker.com/mac/beta/1.12.0.9779/Docker.dmg
How can such a thing slip through QA, beta, alpha or whatever.
Coming from docker, you kind expected to see a CI, right.
Found the old build in the Trash (9779) works again
Apologies for this, a hotfix has been released and it should be safe to update.
And I will never empty my trash againā¦
Docker version 1.12.0-rc3, build 91e29e8, experimental Still have this error:
Thank god for the Thrash
Busted in Boston, too.
Apologies for this. This does not appear to be a compose bug, it is a Docker for Mac specific issue, and we will be rolling out a fix as soon as possible. In the mean time please see the download links for old versions https://github.com/docker/docker/issues/24343#issuecomment-230599107 if you updated.
Uninstall docker and download beta-17 from site seems to be a solution: https://download.docker.com/mac/beta/Docker.dmg
Running the latest Docker for Mac that mine says is available (1.12.0-rc3-beta18 build: 9969), I still get this error trying to bring up docker-compose stacks.
I see this message on Windows too.
For what itās worth, downloading the old version and replacing it with the new version worked flawlessly for me on Mac: https://github.com/docker/docker/issues/24343#issuecomment-230605770
So old installer allowed me to roll back and now workingā¦ Iād share the dmg, but not really good to trust links from strangers on the net.
+1 for Version 1.12.0-rc3-beta18 (build: 9969)
+1 for this issue. Just upgraded to Docker for Mac Version 1.12.0-rc3-beta18 (build: 9969) and Iām running into this issue