Enable ipv6 for docker
This commit is contained in:
parent
10faf1b7f8
commit
f91be452a9
2 changed files with 26 additions and 0 deletions
playbooks/roles/software/files
8
playbooks/roles/software/files/docker-daemon.json
Normal file
8
playbooks/roles/software/files/docker-daemon.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"ipv6": true,
|
||||
"ip6tables": true,
|
||||
"fixed-cidr-v6": "fd00:1720:170::/64",
|
||||
"dns": [
|
||||
"172.17.0.1"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue