Refactor Docker

This commit is contained in:
Ryan Hughes
2025-10-21 23:19:35 -04:00
parent 7f9ee95e1a
commit 42bfa3582b
4 changed files with 12 additions and 30 deletions

6
etc/docker/daemon.json Normal file
View File

@@ -0,0 +1,6 @@
{
"log-driver": "json-file",
"log-opts": { "max-size": "10m", "max-file": "5" },
"dns": ["172.17.0.1"],
"bip": "172.17.0.1/16"
}

View File

@@ -0,0 +1,2 @@
[Resolve]
DNSStubListenerExtra=172.17.0.1

View File

@@ -0,0 +1,2 @@
[Unit]
DefaultDependencies=no