init
This commit is contained in:
9
templates/etc/docker/daemon.json.j2
Normal file
9
templates/etc/docker/daemon.json.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"default-address-pools": [ {"base":"169.254.0.0/17","size":25 } ],
|
||||
"dns": [ "169.254.255.255" ],
|
||||
"log-driver": "json-file",
|
||||
"log-opts": {
|
||||
"max-size": "500m",
|
||||
"max-file": "7"
|
||||
}
|
||||
}
|
||||
6
templates/etc/rsyslog.d/00-docker-runtime.conf.j2
Normal file
6
templates/etc/rsyslog.d/00-docker-runtime.conf.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
if $msg contains "run-docker-runtime" and $msg contains ".mount: Succeeded." then {
|
||||
stop
|
||||
}
|
||||
if $msg contains "run-docker-runtime\\x2drunc-moby" and $msg contains ".mount: Deactivated successfully." then {
|
||||
stop
|
||||
}
|
||||
Reference in New Issue
Block a user