This repository has been archived on 2025-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
salt-master/k8s/files/etc_docker_daemon.json
2020-07-28 15:41:34 +02:00

11 lines
200 B
JSON

{
"exec-opts": ["native.cgroupdriver=systemd"],
"log-driver": "syslog",
"log-level": "warn",
"storage-driver": "overlay2",
"insecure-registries" : [
"docker-registry.lan"
]
}