Docker needs this flag to be set in order to actually use SELinux on SELinux systems. It's no-op for non-SELinux systems. SUSE-Bug: https://bugzilla.suse.com/show_bug.cgi?id=1252290 Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
10 lines
146 B
JSON
10 lines
146 B
JSON
{
|
|
"log-level": "warn",
|
|
"log-driver": "json-file",
|
|
"log-opts": {
|
|
"max-size": "10m",
|
|
"max-file": "5"
|
|
},
|
|
"selinux-enabled": true
|
|
}
|