So it’s registered and running and if I do a docker ps I see my “gitlab-runner” running.
The idea is to deploy a “hello-world” using this executor. I.e. gitlab deploys another container on the same Docker host as the Gitlab runner. Is that possible?
So the end result, I’d expect docker ps on the host and two named containers:
gitlab-runner
hello-world
Do please let me know if you have a better suggestion here!