mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 10:11:58 +00:00
Use the real default containerd toml config
Rather than an empty one. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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 = ""
|
||||
|
||||
Reference in New Issue
Block a user