Merge pull request #2314 from ehazlett/runc-shim-debug

Enable runc debug in shim
This commit is contained in:
Stephen Day
2018-04-26 12:09:16 -07:00
committed by GitHub

View File

@@ -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
} }