MCPcopy Create free account
hub / github.com/containerd/nerdctl / DetachedNetNS

Function DetachedNetNS

pkg/rootlessutil/rootlessutil_other.go:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func DetachedNetNS() (string, error) {
71 return "", nil
72}
73
74func WithDetachedNetNSIfAny(fn func() error) error {
75 return fn()

Callers 5

requirements.goFile · 0.92
withNerdctlOCIHookFunction · 0.92
TestHostsFileMountsFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestHostsFileMountsFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…