How To Route Docker.io Containers To Public IPV6 on Linode

Posted on 2014-06-25

  • If you want to us ipv6 with docker.io on linode make sure you have the following sysctl set
    • net.ipv6.conf.all.accept_ra = 2
    • net.ipv6.conf.all.forwarding = 1
  • Then you can pretty much follow this post http://zargony.com/2013/10/13/ipv6-in-docker-containers
  • If you want auto configured addresses you can install and configure radvd

If you enjoyed this article, consider following me on Twitter


Comments: