Docker IPV6 routing

Change the /64 to an /80.

/etc/docker/daemon.json

{
    "ipv6": true,
    "fixed-cidr-v6": "2001:xxxx:5000:20::/80",
}

You may need to switch on

sysctl -w net.ipv6.conf.all.proxy_ndp=1