Latest
This commit is contained in:
parent
c10f29d0ee
commit
ff55dbf7e1
2 changed files with 10 additions and 2 deletions
|
@ -3,4 +3,5 @@
|
|||
"https://index.docker.io/v1/": {}
|
||||
},
|
||||
"credsStore": "{{ if (eq .host.distro.id "darwin") }}osxkeychain{{ else }}{{ if (eq .host.distro.id "windows") }}wincred{{ else }}secretservice{{ end }}{{ end }}"
|
||||
"currentContext": "desktop-linux"
|
||||
}
|
|
@ -1,9 +1,16 @@
|
|||
{{- if (eq .host.distro.family "linux") -}}
|
||||
{
|
||||
"builder": {
|
||||
"gc": {
|
||||
"defaultKeepStorage": "20GB"
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"experimental": true,
|
||||
{{ if (eq .host.distro.family "linux") -}}
|
||||
"runtimes": {
|
||||
"runsc": {
|
||||
"path": "/usr/local/bin/runsc"
|
||||
}
|
||||
}
|
||||
{{ end -}}
|
||||
}
|
||||
{{- end -}}
|
Loading…
Reference in a new issue