docker-config
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker-config [2018/02/11 17:48] – [Configure DNS server] baumi | docker-config [2020/04/25 18:48] (current) – [Activate IPv6] baumi | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Docker Configuration via / | ====== Docker Configuration via / | ||
- | ===== Prevent Creation of dynamic iptables rules ===== | + | ===== Prevent Creation of dynamic iptables rules, disable userland proxy ===== |
< | < | ||
{ | { | ||
" | " | ||
- | " | + | " |
+ | " | ||
} | } | ||
+ | </ | ||
+ | |||
+ | ===== Create iptables rules manually ===== | ||
+ | |||
+ | < | ||
+ | iptables -A FORWARD -s $dockernetwork -m tcp -p tcp -m conntrack --ctstate NEW -j ACCEPT | ||
+ | |||
</ | </ | ||
===== Configure DNS server===== | ===== Configure DNS server===== | ||
Line 13: | Line 21: | ||
} | } | ||
</ | </ | ||
+ | ===== Activate IPv6 ===== | ||
+ | < | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | </ | ||
+ | Just " | ||
- | {{tag>>docker}} | + | {{tag>kb linux docker}} |
docker-config.1518367698.txt.gz · Last modified: 2018/02/11 17:48 by baumi