16 lines
257 B
Cheetah
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 -}}
|
|
}
|