docker-gitlab-ci-runner icon indicating copy to clipboard operation
docker-gitlab-ci-runner copied to clipboard

Feature request: Allow changing the runner user

Open schmunk42 opened this issue 9 years ago • 6 comments

I tried to make the runner customizable by an ENV var, but somehow I was not able to set the user like so in assets/setup/install or assets/init:

GITLAB_CI_RUNNER_USER=${GITLAB_CI_RUNNER_USER:root}

Any idea how this could be made possible. My use case would be to assign root or docker as a user to allow the runner to spawn containers on an isolated host.

schmunk42 avatar Apr 27 '15 11:04 schmunk42