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

Function listCommand

cmd/nerdctl/container/container.go:64–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func listCommand() *cobra.Command {
65 x := PsCommand()
66 x.Use = "ls"
67 x.Aliases = []string{"list"}
68 return x
69}

Callers 1

CommandFunction · 0.70

Calls 1

PsCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…