MCPcopy
hub / github.com/containerd/containerd / WithLogPath

Function WithLogPath

integration/main_test.go:499–503  ·  view source on GitHub ↗

Add container log path.

(path string)

Source from the content-addressed store, hash-verified

497
498// Add container log path.
499func WithLogPath(path string) ContainerOpts {
500 return func(c *runtime.ContainerConfig) {
501 c.LogPath = path
502 }
503}
504
505// WithRunAsUser sets the uid.
506func WithRunAsUser(uid int64) ContainerOpts {

Callers 15

TestPodUserNSFunction · 0.85
TestIssue10598Function · 0.85
TestLongContainerLogFunction · 0.85
TestAdditionalGidsFunction · 0.85
TestWindowsRootfsSizeFunction · 0.85
execToExistingContainerFunction · 0.85
TestPodDualStackFunction · 0.85
TestWindowsDeviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…