Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/nerdctl
/ IsRootlessChild
Function
IsRootlessChild
pkg/rootlessutil/child_linux.go:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
)
24
25
func
IsRootlessChild() bool {
26
return
!IsRootlessParent() && userns.RunningInUserNS() && os.Getenv(
"ROOTLESSKIT_STATE_DIR"
) !=
""
27
}
Callers
15
CNIRuntimeDir
Function · 0.92
CDISpecDirs
Function · 0.92
buildResolvConf
Method · 0.92
generateCgroupPath
Function · 0.92
getRuntimeVariableDataDir
Function · 0.92
newHandlerOpts
Function · 0.92
getPortMapOpts
Function · 0.92
getIPAddressOpts
Function · 0.92
getIP6AddressOpts
Function · 0.92
CleanupPortReserverProcess
Function · 0.92
applyNetworkSettings
Function · 0.92
onPostStop
Function · 0.92
Calls
1
IsRootlessParent
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…