[JIRA] (JENKINS-58982) Jenkins unable to connect to Windows Docker Toolbox Daemon

2019-08-18 Thread duttnilan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 NILANJAN DUTTA assigned an issue to openopen openopen  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58982  
 
 
  Jenkins unable to connect to Windows Docker Toolbox Daemon   
 

  
 
 
 
 

 
Change By: 
 NILANJAN DUTTA  
 
 
Assignee: 
 Carlos Sanchez openopen openopen  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.201331.156618715.5303.1566194040181%40Atlassian.JIRA.


[JIRA] (JENKINS-58982) Jenkins unable to connect to Windows Docker Toolbox Daemon

2019-08-18 Thread duttnilan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 NILANJAN DUTTA created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58982  
 
 
  Jenkins unable to connect to Windows Docker Toolbox Daemon   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Attachments: 
 image-2019-08-19-09-26-35-730.png  
 
 
Components: 
 docker  
 
 
Created: 
 2019-08-19 03:59  
 
 
Environment: 
 Windows 7,Windows Docker ToolBox, Docker version 18.03.0-ce, build 0520e24302,Jenkins,Jenkins ver. 2.164.2  
 
 
Labels: 
 jenkins docker windows  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 NILANJAN DUTTA  
 

  
 
 
 
 

 
 I have installed Docker ToolBox for Windows and Jenkins in my Windows 7 Desktop.I am attempting to create a Jenkins Job which will list down docker images available. However, in doing so I am getting the following error :- Started by user  Nilanjan Dutta Building on master in workspace C:\Program Files (x86)\Jenkins\workspace\Docker [Docker] $ cmd /c call C:\Windows\TEMP\jenkins1754863637345314489.bat C:\Program Files (x86)\Jenkins\workspace\Docker>docker images  error during connect: Get  http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.37/images/json : open //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running. C:\Program Files (x86)\Jenkins\workspace\Docker>exit 1  Build step 'Execute Windows batch command' marked build as failure