You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've installed this on a 16.x server, it's failing:
23:38:55.015 [go] Start to execute task: Plugin with ID: docker-task.
23:38:55.032 Cannot connect to the Docker daemon. Is the docker daemon running on this host?
23:38:55.040 Cannot connect to the Docker daemon. Is the docker daemon running on this host?
23:38:55.043 Error: Interaction with plugin with id 'docker-task' implementing 'task' extension failed while requesting for 'execute'. Reason: [null]
23:38:55.049 [go] Current job status: failed.
It's hard for me to understand what is wrong. The docker daemon is running and listening on local port 2375, but I don't know how to point gocd-docker at that. I tried setting the DOCKER_HOST env variable, it didn't seem to change anything. As far as I can tell this is the code that is actually turned into a command, but I don't really understand how to add a host entry to it, or understand how it's working for others.
The text was updated successfully, but these errors were encountered:
Hi, I've installed this on a 16.x server, it's failing:
It's hard for me to understand what is wrong. The docker daemon is running and listening on local port 2375, but I don't know how to point gocd-docker at that. I tried setting the DOCKER_HOST env variable, it didn't seem to change anything. As far as I can tell this is the code that is actually turned into a command, but I don't really understand how to add a host entry to it, or understand how it's working for others.
The text was updated successfully, but these errors were encountered: