/etc/docker/daemon.json reverting back to default after reboot, any ways to disable it from reverting?
Hello all,
I'm trying to resolve DNS on Docker level without NAT, and even when the Docker containers are in the same Docker network DNS queries go through NAT and all queries are shown from the gateway.
I found a way to mitigate this, by adding a DNS flag on the /etc/docker/daemon.json file. I restarted Docker after this and all DNS are queried on Docker level no problem.
The problem is that after reboot the configuration file just reverts back to default, undoing my DNS flag. Any script I can run so that I can stop TrueNAS from reverting this file specifically after reboot?