build pipeline with file : diabetes_regression-ci.yml failing with error Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? #409
I am running build pipeline with file : diabetes_regression-ci.yml , however, it is failing with following error in Model CI stage
2022-10-26T06:12:02.8815766Z ##[section]Starting: Initialize containers
2022-10-26T06:12:02.9992847Z ##[command]/usr/bin/docker version --format '{{.Server.APIVersion}}'
2022-10-26T06:12:04.3862973Z Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
2022-10-26T06:12:04.3864297Z '
2022-10-26T06:12:04.4550617Z ##[error]Exit code 1 returned from process: file name '/usr/bin/docker', arguments 'version --format '{{.Server.APIVersion}}''.
2022-10-26T06:12:04.4575141Z ##[section]Finishing: Initialize containers
I am running build pipeline with file : diabetes_regression-ci.yml , however, it is failing with following error in Model CI stage
2022-10-26T06:12:02.8815766Z ##[section]Starting: Initialize containers 2022-10-26T06:12:02.9992847Z ##[command]/usr/bin/docker version --format '{{.Server.APIVersion}}' 2022-10-26T06:12:04.3862973Z Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 2022-10-26T06:12:04.3864297Z ' 2022-10-26T06:12:04.4550617Z ##[error]Exit code 1 returned from process: file name '/usr/bin/docker', arguments 'version --format '{{.Server.APIVersion}}''. 2022-10-26T06:12:04.4575141Z ##[section]Finishing: Initialize containers