Set subreaper true in default linux config

This sets the subreaper to true in the default linux config as the
common usecase is to not run containerd as pid 1.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2017-08-07 14:40:26 -04:00
parent e9b86af848
commit f2ba04ffa4

View File

@ -11,6 +11,7 @@ func defaultConfig() *server.Config {
GRPC: server.GRPCConfig{
Address: server.DefaultAddress,
},
Subreaper: true,
Debug: server.Debug{
Level: "info",
Address: server.DefaultDebugAddress,