We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a70e26c + 530849f commit c73794fCopy full SHA for c73794f
1 file changed
linux/runtime.go
@@ -510,6 +510,7 @@ func (r *Runtime) getRuntime(ctx context.Context, ns, id string) (*runc.Runc, er
510
LogFormat: runc.JSON,
511
PdeathSignal: unix.SIGKILL,
512
Root: filepath.Join(root, ns),
513
+ Debug: r.config.ShimDebug,
514
}, nil
515
}
516
0 commit comments