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

Function NewRootlessKitClient

pkg/rootlessutil/rootlessutil_other.go:57–59  ·  view source on GitHub ↗

Always errors out on non-Linux platforms.

()

Source from the content-addressed store, hash-verified

55
56// Always errors out on non-Linux platforms.
57func NewRootlessKitClient() (client.Client, error) {
58 return nil, fmt.Errorf("cannot instantiate RootlessKit client on non-Linux hosts")
59}
60
61// Always errors out on non-Linux platforms.
62func ParentMain(hostGatewayIP string) error {

Callers 3

GetSlirp4netnsDNSFunction · 0.92
newHandlerOptsFunction · 0.92
rootlessKitVersionFunction · 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…