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)
| 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. |
no outgoing calls