Configure Docker socket connection via environment variables
masterThe DockerSocket client determines the connection path and timeout using the following environment variables:
DOCKER_SOCKET: The path to the Docker socket. Defaults to//./pipe/docker_engineon Windows or/var/run/docker.sockon Unix-like systems.DOCKER_SOCKET_TIMEOUT: The connection timeout in milliseconds. Defaults to30000(30 seconds).