Merge pull request #2314 from ehazlett/runc-shim-debug
Enable runc debug in shim
This commit is contained in:
commit
c73794f8dc
@ -510,6 +510,7 @@ func (r *Runtime) getRuntime(ctx context.Context, ns, id string) (*runc.Runc, er
|
|||||||
LogFormat: runc.JSON,
|
LogFormat: runc.JSON,
|
||||||
PdeathSignal: unix.SIGKILL,
|
PdeathSignal: unix.SIGKILL,
|
||||||
Root: filepath.Join(root, ns),
|
Root: filepath.Join(root, ns),
|
||||||
|
Debug: r.config.ShimDebug,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user