install.fairie/home/dot_config/docker/daemon.json.tmpl

15 lines
252 B
Cheetah
Raw Normal View History

{
2023-12-06 00:23:34 -08:00
"builder": {
"gc": {
2024-01-05 20:29:53 -08:00
"defaultKeepStorage": "20GB",
2023-12-06 00:23:34 -08:00
"enabled": true
}
},
2024-01-05 20:28:02 -08:00
"experimental": true{{ if (eq .host.distro.family "linux") }},
"runtimes": {
"runsc": {
"path": "/usr/local/bin/runsc"
}
2024-01-05 20:28:02 -08:00
}{{ end }}
}