On 27.12.18 12:53, Joe wrote:
> i want to use docker with ipv6.
>
> i install docker and edit the /etc/docker/daemon.json:
> {
> "ipv6": true
> }
i guess you have to specify your ipv6 subnet in deamon.json.
"fixed-cidr-v6": "2001:db8:1::/64"
best regards
Ulf