Skip to content

support configurable docker socket path

Tyler requested to merge tsjnsn/codequality:config-docker-socket into master

What does this MR do?

Exposes an environment variable DOCKER_SOCKET_PATH to configure the docker socket path in cases where the socket path is not /var/run/docker.sock.

Example use case would be for rootless DinD, where socket path is /var/run/user/<USERID>/docker.sock

What are the relevant issue numbers?

gitlab-org/gitlab#409738 (closed)

Edited by Tyler

Merge request reports