Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
func
listCommand() *cobra.Command {
65
x := PsCommand()
66
x.Use =
"ls"
67
x.Aliases = []string{
"list"
}
68
return
x
69
}
Callers
1
Command
Function · 0.70
Calls
1
PsCommand
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…