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

Function RootlessContainredSockAddress

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

Source from the content-addressed store, hash-verified

64}
65
66func RootlessContainredSockAddress() (string, error) {
67 return "", fmt.Errorf("cannot inspect RootlessKit state on non-Linux hosts")
68}
69
70func DetachedNetNS() (string, error) {
71 return "", nil

Callers 3

versionActionFunction · 0.92
copyActionFunction · 0.92
copyActionFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…