Skip to content

Commit

Permalink
docker daemon.json: enable ipv6 in containers
Browse files Browse the repository at this point in the history
FreeIPA now needs loopback network device IPV6 support.

freeipa/freeipa-container#185
  • Loading branch information
zultron committed Jun 26, 2018
1 parent 5db5dfd commit 790f843
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion playbooks/roles/docker-tls/templates/daemon.json.j2
Expand Up @@ -16,5 +16,9 @@
"kv.cacertfile": "{{etcd_ssl_cacert}}",
"kv.certfile": "{{etcd_ssl_cert}}",
"kv.keyfile": "{{etcd_ssl_key}}"
}
},

{# Enable IPV6 support #}
"ipv6": true,
"fixed-cidr-v6": "fdea:7bee:e4bc:ae09::/64"
}

0 comments on commit 790f843

Please sign in to comment.