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

Method RunBusybox

integration/framework/framework.go:156–156  ·  view source on GitHub ↗

Run the specified command in a CRI-O busybox container and return its ID.

(cmd ...string)

Source from the content-addressed store, hash-verified

154
155 // Run the specified command in a CRI-O busybox container and return its ID.
156 RunBusybox(cmd ...string) string
157
158 // Runs a CRI-O container in the background. Uses the specified CrioRunArgs and command.
159 // Returns the ID of the new container.

Implementers 3

dockerActionsintegration/framework/framework.go
crioActionsintegration/framework/framework.go
containerdActionsintegration/framework/framework.go

Calls

no outgoing calls