By abcnode1
vps have 16 ipv6 ,how to map these IPV6 to the 16 of docker containeris which is simple puling of ubutun, when you communiate with a IPV6 of the vps ,the data normally go to the docker. 16 docker container like 16 vps.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
I just came across this question.
What you could do is enable IPv6 for your Docker deamon by editing your /etc/docker/daemon.json file and setting the ipv6 key to true.
{
"ipv6": true
}
Then save the file and reload the Docker configuration file:
- systemctl reload docker
After that you will be able to create networks with the --ipv6 flag and assign containers IPv6 addresses using the --ip6 flag.
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.