Skip to content

Commit 530849f

Browse files
committed
enable runc debug in shim
Signed-off-by: Evan Hazlett <[email protected]>
1 parent a70e26c commit 530849f

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)