Containerd actions implementation
()
| 606 | // Containerd actions implementation |
| 607 | |
| 608 | func (a *containerdActions) RunPause() string { |
| 609 | return a.Run(ContainerdRunArgs{ |
| 610 | Image: "registry.k8s.io/pause:3.9", |
| 611 | }) |
| 612 | } |
| 613 | |
| 614 | func (a *containerdActions) RunBusybox(cmd ...string) string { |
| 615 | return a.Run(ContainerdRunArgs{ |