mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Refactor Docker
This commit is contained in:
6
etc/docker/daemon.json
Normal file
6
etc/docker/daemon.json
Normal 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"
|
||||
}
|
||||
2
etc/systemd/resolved.conf.d/20-docker-dns.conf
Normal file
2
etc/systemd/resolved.conf.d/20-docker-dns.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Resolve]
|
||||
DNSStubListenerExtra=172.17.0.1
|
||||
2
etc/systemd/system/docker.service.d/no-block-boot.conf
Normal file
2
etc/systemd/system/docker.service.d/no-block-boot.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[Unit]
|
||||
DefaultDependencies=no
|
||||
Reference in New Issue
Block a user