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:
Justin Cormack
2017-04-10 16:25:13 +01:00
parent bd5780e46d
commit bc23fde1c2
12 changed files with 27 additions and 11 deletions

View File

@@ -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 = ""