()
| 313 | } |
| 314 | |
| 315 | func (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. |
| 322 | func (a dockerActions) RunBusybox(cmd ...string) string { |