MCPcopy
hub / github.com/google/cadvisor / RunBusybox

Method RunBusybox

integration/framework/framework.go:614–618  ·  view source on GitHub ↗
(cmd ...string)

Source from the content-addressed store, hash-verified

612}
613
614func (a *containerdActions) RunBusybox(cmd ...string) string {
615 return a.Run(ContainerdRunArgs{
616 Image: "registry.k8s.io/busybox:1.27",
617 }, cmd...)
618}
619
620// Run creates and starts a containerd container using the ctr CLI.
621// It uses the configured namespace (default "moby" for Docker-in-Docker environments).

Callers

nothing calls this directly

Calls 1

RunMethod · 0.95

Tested by

no test coverage detected