install.fairie/home/dot_config/docker/daemon.json.tmpl
Brian Zalewski bf8a196875 Latest
2024-01-06 04:29:53 +00:00

14 lines
252 B
Cheetah

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