install.fairie/home/dot_config/docker/daemon.json.tmpl
Brian Zalewski 3132e624c1 Latest
2024-01-02 02:13:19 +00:00

16 lines
257 B
Cheetah

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