Add IPv6 to docker
This commit is contained in:
parent
71a84235b1
commit
125dfee689
@ -6,6 +6,8 @@
|
|||||||
"tag": "{{.ImageName}}|{{.Name}}|{{.FullID}}"
|
"tag": "{{.ImageName}}|{{.Name}}|{{.FullID}}"
|
||||||
},
|
},
|
||||||
"bip": "10.254.1.1/24",
|
"bip": "10.254.1.1/24",
|
||||||
"default-address-pools":[{"base":"10.254.0.0/17","size":26}]
|
"default-address-pools":[{"base":"10.254.0.0/17","size":26}],
|
||||||
|
"experimental": true,
|
||||||
|
"ip6tables": true
|
||||||
}
|
}
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
Reference in New Issue
Block a user