support changing root dir (#2407)
Some checks failed
CI / Build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Sync Feature Branch to Main / sync-feature (push) Has been cancelled
Kubernetes-Auto-Support / update-kubernetes-version (push) Has been cancelled

This commit is contained in:
os14 2024-11-19 09:25:06 +02:00 committed by GitHub
parent 58d5893d68
commit 1a0360dab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,9 @@
version = 2
{{- if .RootDir }}
root = "{{ .RootDir }}"
{{- else }}
root = "/var/lib/containerd"
{{- end}}
state = "/run/containerd"
[grpc]