install.fairie/home/dot_config/docker/daemon.json.tmpl
2023-11-06 09:56:49 +00:00

9 lines
No EOL
137 B
Cheetah

{{- if (eq .host.distro.family "linux") -}}
{
"runtimes": {
"runsc": {
"path": "/usr/local/bin/runsc"
}
}
}
{{- end -}}