Changes

From SME Server
Jump to navigationJump to search
432 bytes added ,  18:06, 28 October 2021
no edit summary
Line 429: Line 429:     
  expand-template /usr/lib/systemd/system/docker.service.d/50koozali.conf
 
  expand-template /usr/lib/systemd/system/docker.service.d/50koozali.conf
 +
 +
 +
But now we can use /etc/docker/daemon.json
 +
 +
This can be templated. Key point to avoid is a conflict between the docker internal network and out own.
 +
We also want to know what is happening with IPTables rules
 +
 +
eg
 +
 +
{
 +
  "bip": "192.168.100.1/24", << Set our own choice of internal network
 +
  "data-root": "/home/e-smith/files/docker/data", << set our own data directory
 +
  "dns": ["127.0.0.1", "192.168.10.212"] << set our own DNS
 +
}
     

Navigation menu