docker-config
This is an old revision of the document!
Table of Contents
Docker Configuration via /etc/docker/daemon.json
Prevent Creation of dynamic iptables rules
{
"iptables": false,
"ip-masq": false
}
Configure DNS server
{
"dns": ["192.168.100.254"],
}
docker-config.1518367692.txt.gz · Last modified: by baumi
