MCPcopy Index your code
hub / github.com/google/cadvisor / RunPause

Method RunPause

integration/framework/framework.go:315–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313}
314
315func (a dockerActions) RunPause() string {
316 return a.Run(DockerRunArgs{
317 Image: "registry.k8s.io/pause",
318 })
319}
320
321// Run the specified command in a Docker busybox container.
322func (a dockerActions) RunBusybox(cmd ...string) string {

Callers

nothing calls this directly

Calls 1

RunMethod · 0.95

Tested by

no test coverage detected