-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
docker: error of docker exec -it ,return http: invalid Host header #21667
Comments
What triggered the breakage? Has it worked before what change? |
to reproduce this error, just run
I also tried virtualbox x86_64 version, problem also exist |
The error seems to be caused by version of go, reference docker cli issue and moby issue |
Same issue on my env
|
I just ran into this. I tried downgrading to docker 23 as per the commit that bumped it up to 24, basically just reversed it. Same issue. Going to look at if go is a separate dep. |
I just tried rolling back go to 8711653 1.19.7. Same issue :/ |
@G-M0N3Y-2503 Could we kindly get docker bumped up to 24.0.5... Looks like this has been fixed. |
docker-cil |
I haven't had a chance to test this issue specifically, but updated docker to 24.0.5 here #21698 |
thank you. ill spin this up tonight and let you know in here. |
The bump up to 24.0.5 worked. This issue is now fixed: |
|
The docker for openwrt-23.05 is still 24.2. I hope to update it as well. thanks |
I guess this issue can be closed now. |
docker-compose is still broken. work around:
|
docker compose was fixed through docker/compose#10827, which is part of docker compose v2.20.1 and up. deb/rpm Packages are available in the package repository at https://download.docker.com, but if you're building from source you need to build from v2.20.1 or higher (I'd recommend the latest v2.20.x version, as there were some more patch releases of compose) |
BTW docker-compose has a different maintainer so it might be best to get their attention in the future or creating a seperate issue for it. |
Can I use the 24.0.5 version on Openwrt 22.03.05 ? |
Maintainer: Gerard Ryan G.M0N3Y.2503@gmail.com
Environment:
arch: aarch64
model: raspberrypi 4 B
OpenWrt version: 22.03.4
package version:
Description:
command
returns
http: invalid Host header
The text was updated successfully, but these errors were encountered: