Run the specified command in a CRI-O busybox container and return its ID.
(cmd ...string)
| 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. |
no outgoing calls