User Tools

Site Tools


docker-config

This is an old revision of the document!


Docker Configuration via daemon.json

Prevent Creation of dynamic iptables rules

{
        "iptables": false,
        "ip-masq": false
}

Configure DNS server

{

      "dns": ["192.168.100.254"],

} </code>

docker-config.1518367673.txt.gz · Last modified: 2018/02/11 17:47 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki