docker.io docker-proxy only binds to ipv4
Bug #1929931 reported by
Paul Tötterman
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
docker.io (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Hi,
When running e.g.
docker run --rm -it -p 80:80 traefik/whoami
this results in docker-proxy only listening on 0.0.0.0:80. And because of this
curl -4 hostname
works, but
curl -6 hostname
doesn't. It is meant to work, and this seems to be fixed in later docker versions:
https:/
https:/
So, please get those fixes (20.10.6?) into ubuntu.
Thanks,
Paul
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.