add docker daemon.json to default configs

needed to enable ipv6 on docker_gwbridge network
master
lub 1 year ago
parent 7dd0a83d61
commit afd6546cbb

@ -0,0 +1,6 @@
{
"experimental": true,
"ipv6": true,
"ip6tables": true,
"fixed-cidr-v6": "fd00::/48"
}
Loading…
Cancel
Save