14 lines
281 B
JSON
14 lines
281 B
JSON
{
|
|
"log-driver": "journald",
|
|
"log-opts": {
|
|
"tag": "{{.Name}}"
|
|
},
|
|
"ipv6": true,
|
|
"ip6tables": true,
|
|
"fixed-cidr-v6": "fd00:1::/64",
|
|
"default-network-opts": {
|
|
"bridge": {
|
|
"com.docker.network.enable_ipv6":"true"
|
|
}
|
|
}
|
|
}
|