mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
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 <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
f0059f03f4
commit
42014e361f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user