0

I am trying to configure Docker-plugin in jenkins, need few details.

How to find URL ? I verified with localhost:8080, Test connection failed with connection refused. I am not sure what i am missing in the configuration.

Any please help with required details?

Gokul
  • 11
  • 3

1 Answers1

0

Make sure docker is running on 8080: netstat -nlp|grep 2375 Which plugin are you using? Try docker_commons_plugin. To specify the Docker Host URI use tcp://127.0.0.1:2375 (if it's localhost)

humblebee
  • 1,044
  • 11
  • 25