User Tools

Site Tools


docker-config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker-config [2018/10/18 17:07] – [Prevent Creation of dynamic iptables rules] baumidocker-config [2020/04/25 18:48] (current) – [Activate IPv6] baumi
Line 14: Line 14:
 iptables -A FORWARD -s $dockernetwork -m tcp -p tcp -m conntrack --ctstate NEW -j ACCEPT iptables -A FORWARD -s $dockernetwork -m tcp -p tcp -m conntrack --ctstate NEW -j ACCEPT
  
 +</code>
 ===== Configure DNS server===== ===== Configure DNS server=====
 <code> <code>
Line 21: Line 21:
 } }
 </code> </code>
 +===== Activate IPv6 =====
 +<code>
 +{
 +    "ipv6": true,
 +    "fixed-cidr-v6": "fd00:fd00::/64"
 +}
 +</code>
 +Just "ipv6" is not enough - docker daemon will not start with an error message about non-overlapping IPv6 network.
  
-{{tag>linux docker}}+{{tag>kb linux docker}}
docker-config.1539875278.txt.gz · Last modified: 2018/10/18 17:07 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki