Hi, I’m really just wondering if it’s possible to containerize the docker-runner-exec so that I can run my main server in one container and the runner in another.
the exec runner is meant to execute on the host machine directly. If you run the exec runner inside a container, your pipelines would run inside the container too, which sort of defeats the purpose of this runner. If you prefer container workloads, you might consider the docker runner.
1 Like