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

Method Run

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

Runs a CRI-O container in the background. Uses the specified CrioRunArgs and command. Returns the ID of the new container.

(args CrioRunArgs, cmd ...string)

Source from the content-addressed store, hash-verified

158 // Runs a CRI-O container in the background. Uses the specified CrioRunArgs and command.
159 // Returns the ID of the new container.
160 Run(args CrioRunArgs, cmd ...string) string
161}
162
163// CrioRunArgs contains arguments for running a CRI-O container.

Callers 15

TestGetExitCodeFunction · 0.65
RunMethod · 0.65
VersionMethod · 0.65
StorageDriverMethod · 0.65
RunStressMethod · 0.65
RunMethod · 0.65
RunStressMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
TestCrioContainerByNameFunction · 0.65

Implementers 3

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

Calls

no outgoing calls