mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-24 12:46:47 +00:00
17 lines
264 B
TOML
17 lines
264 B
TOML
state = "/run/containerd"
|
|
root = "/var/lib/containerd"
|
|
snapshotter = "overlay"
|
|
subreaper = false
|
|
|
|
[grpc]
|
|
address = "/run/containerd/containerd.sock"
|
|
uid = 0
|
|
gid = 0
|
|
|
|
[debug]
|
|
address = "/run/containerd/debug.sock"
|
|
level = "info"
|
|
|
|
[metrics]
|
|
address = ""
|