Skip to content

fix es runners missing socket path

Tiago Caixinha requested to merge fix-es-runner-missing-dockersocket into master

Description of changes

The gitlab runner registers with the docker daemon address defined by the DOCKER_HOST env var. When gitlab starts probably this var isn't defined. To enforce it we can user --docker_host flag when creating the runner.

Things done

  • Tested
  • Updated documentation (Wiki/NetBox)
  • Breaking change

Merge request reports

Loading