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-11-11 20:21:40 +01:00

10 lines
174 B
JSON

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