runner-container-hooks icon indicating copy to clipboard operation
runner-container-hooks copied to clipboard

support --name create option

Open isegall-da opened this issue 1 year ago • 0 comments

Currently, in a k8s-based runner, one cannot have multiple services using the same image because the image name is used as the container name, which must be unique. This PR proposes to resolve that by adding support for setting an explicit name for the container using a --name create option, similarly to the docker-based runner.

isegall-da avatar Dec 10 '24 19:12 isegall-da