Skip to content

Commit c73794f

Browse files
authored
Merge pull request #2314 from ehazlett/runc-shim-debug
Enable runc debug in shim
2 parents a70e26c + 530849f commit c73794f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linux/runtime.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ func (r *Runtime) getRuntime(ctx context.Context, ns, id string) (*runc.Runc, er
510510
LogFormat: runc.JSON,
511511
PdeathSignal: unix.SIGKILL,
512512
Root: filepath.Join(root, ns),
513+
Debug: r.config.ShimDebug,
513514
}, nil
514515
}
515516

0 commit comments

Comments
 (0)