while I was playing with #docker on an #ipv6 only host, one of the things I didn't like is that I had to assign public ips to them. I couldn't use a ULA, because that would cause linux to prefer the internal ipv4 address.
One interesting thing I noticed is that if I used the documentation-only range, things worked.
That's cool if you get a /64 range assigned, but in #OracleCloud, you assign ipv6 addresses one at a time... so in this case, you don't have a bunch of addresses.
Well, I just found out why ULA addresses don't work but the documentation only range does: https://github.com/robbertkl/docker-ipv6nat/issues/78#issuecomment-1462060375
I guess I'll start using the documentation-only range everywhere (cries in ipv6)
