On Mon, Apr 26, 2021 at 1:15 PM Jérémy Viès <[email protected]> wrote: > > Package: docker.io > Version: 20.10.5+dfsg1-1+b1 > Severity: important > Tags: ipv6 > > Dear Maintainer, > > > * What led up to the situation? > I'm trying to expose some web app to the ipv6 Internet ! > * What exactly did you do (or not do) that was effective (or > ineffective)? > I enabled ipv6 support in /etc/docker/daemon.json as explained in docker doc. > * What was the outcome of this action? > Exposed ports are only on ipv4 even if ipv6 is enabled in docker > configuration. > * What outcome did you expect instead? > The binding shall be done on both ipv4 and ipv6 networks. > > The issue is confirmed upstream : https://github.com/moby/moby/issues/42059 > It is due to https://github.com/moby/libnetwork/issues/2607 > It seems to be fixed already, and packaged in version 20.10.6 that has been > just released.
While 20.10.6 fixes this issue, it introduces other regressions, https://github.com/moby/moby/issues/42288 -- Shengjing Zhu

