install.fairie/home/dot_config/docker/daemon.json.tmpl
Brian Zalewski ff55dbf7e1 Latest
2023-12-06 08:23:34 +00:00

16 lines
259 B
Cheetah

{
"builder": {
"gc": {
"defaultKeepStorage": "20GB"
"enabled": true
}
},
"experimental": true,
{{ if (eq .host.distro.family "linux") -}}
"runtimes": {
"runsc": {
"path": "/usr/local/bin/runsc"
}
}
{{ end -}}
}