User Tools

Site Tools


docker_ipv6

This is an old revision of the document!


First, you need to configure the Subnet that the Provider gave you with docker.
Basically you just create a file called daemon.json in /etc/docker/, with these contents

{
 "ipv6": true,
 "fixed-cidr-v6": "2001:db8:1::/64"

}

2001:db8:1::/64 represents the Subnet the Provider gave to you, minimum size is an /80.
After that, just restart docker with service docker restart.
Docker should configured everything for you.

docker_ipv6.1505830778.txt.gz ยท Last modified: 2021/11/25 22:43 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki