MCPcopy
hub / github.com/pranshuparmar/witr / Name

Method Name

internal/proc/container_runtime.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10// and resolve a container's main host PID.
11type ContainerRuntime interface {
12 Name() string
13 Available() bool
14 List() []*model.ContainerMatch
15 HostPID(id string) int

Callers 15

mainFunction · 0.65
ListAllOpenFilesFunction · 0.65
getLockedFilesFunction · 0.65
ListOpenPortsFunction · 0.65
detectRcServiceFunction · 0.65
resolveLockPathFunction · 0.65
ListProcessesFunction · 0.65
ListProcessSnapshotFunction · 0.65
ReadExtendedInfoFunction · 0.65
ResolveContainerFunction · 0.65
ListAllContainersFunction · 0.65
ResolveContainerHostPIDFunction · 0.65

Implementers 8

dockerRuntimeinternal/proc/runtime_docker.go
incusRuntimeinternal/proc/runtime_incus.go
podmanRuntimeinternal/proc/runtime_podman.go
jailRuntimeinternal/proc/runtime_jail_freebsd.go
nerdctlRuntimeinternal/proc/runtime_nerdctl.go
lxdRuntimeinternal/proc/runtime_lxd.go
lxcRuntimeinternal/proc/runtime_lxc.go
crictlRuntimeinternal/proc/runtime_crictl.go

Calls

no outgoing calls

Tested by 1