From 530849fed465de72da16282d156402bff0ea6cf3 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Thu, 26 Apr 2018 11:11:31 -0400 Subject: [PATCH] enable runc debug in shim Signed-off-by: Evan Hazlett --- linux/runtime.go | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/runtime.go b/linux/runtime.go index 6cc673173..083b07224 100644 --- a/linux/runtime.go +++ b/linux/runtime.go @@ -510,6 +510,7 @@ func (r *Runtime) getRuntime(ctx context.Context, ns, id string) (*runc.Runc, er LogFormat: runc.JSON, PdeathSignal: unix.SIGKILL, Root: filepath.Join(root, ns), + Debug: r.config.ShimDebug, }, nil }