From 42014e361febd80a326c6e0d02cb7ffc735216b9 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Fri, 1 Dec 2017 10:41:19 -0500 Subject: [PATCH] remove subreaper config item containerd v1.0.0-rc.0 changed the subreaper config entry to the negative given subreaper "on" is the default. However, linuxkit does not need to change the default subreaper setting so removing the now invalid config line. Signed-off-by: Phil Estes --- pkg/containerd/etc/containerd/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/containerd/etc/containerd/config.toml b/pkg/containerd/etc/containerd/config.toml index c5884e193..bf48af487 100644 --- a/pkg/containerd/etc/containerd/config.toml +++ b/pkg/containerd/etc/containerd/config.toml @@ -2,7 +2,6 @@ state = "/run/containerd" root = "/var/lib/containerd" snapshotter = "io.containerd.snapshotter.v1.overlayfs" differ = "io.containerd.differ.v1.base-diff" -subreaper = false [grpc] address = "/run/containerd/containerd.sock"