Files
docker/docker-daemon.json
Aleksa Sarai cab94f9484 daemon.json: add --selinux-enabled to default config
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>
2026-01-30 09:56:43 +01:00

10 lines
146 B
JSON

{
"log-level": "warn",
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "5"
},
"selinux-enabled": true
}