OE4T / meta-tegra

BSP layer for NVIDIA Jetson platforms, based on L4T
MIT License
385 stars 216 forks source link

`http: invalid Host header` when running docker container with `tegra-demo-distro` #1464

Closed dferrarigrowtech closed 5 months ago

dferrarigrowtech commented 5 months ago

Describe the bug When running whatever docker container on branch dunfell of tegra-demo-distro (demo-image-full) the container does not run and I get the following error:

http: invalid Host header

To Reproduce Steps to reproduce the behavior:

  1. Build tegra-demo-distro branch dunfell, MACHINE jetson-nano-devkit-emmc, based on demo-image-full
  2. Deploy to hardware with method sudo ./doflash.sh
  3. Run whatever docker container (e.g. docker run hello-world). See the http: invalid Host header error

Maybe related: https://github.com/moby/moby/issues/45935

dferrarigrowtech commented 5 months ago

Just realized this is already discussed here: