Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
func
DetachedNetNS() (string, error) {
71
return
""
, nil
72
}
73
74
func
WithDetachedNetNSIfAny(fn
func
() error) error {
75
return
fn()
Callers
5
ContainerNetworkingOpts
Method · 0.92
requirements.go
File · 0.92
withNerdctlOCIHook
Function · 0.92
TestHostsFileMounts
Function · 0.92
testContainerRmIptablesExecutor
Function · 0.92
Calls
no outgoing calls
Tested by
2
TestHostsFileMounts
Function · 0.74
testContainerRmIptablesExecutor
Function · 0.74
Used in the wild
real call sites across dependent graphs
searching dependent graphs…