Hi,
sorry for asking repeated question,
Earlier i had worked on a Jenkins instance which is a docker docker container which uses the docker inside container like below.
-v /var/run/docker.sock:/var/run/docker.sock --privileged="true" --user="root"
But , my Jenkins instance is running on Openshift as pod ,now and i wanted to reuse the same Jenkinsfile which has docker commands , and failing with
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Please help.