fix es runners missing socket path
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