Pentaho Tools :

Pentaho C-Tools(CDE,CDF,CDA),Pentaho CE & EE Server,OLAP-Cubes,Analysis using Pivot4J, Saiku Analytics, Saiku Reporting, Ad-hoc Reporting using Interactive Reporting Tool,Dashboards,Reports using PRD, PDD,Data Integration using Kettle ETL,Data Mining usign WEKA,Integration of Servers with Databases,Mobile/iPad compatible Dashboards using Bootstrap Css,Drilldown dashboards,Interactive Dashboards

Monday 10 July 2017

Tip: How to fix docker login (connect to docker registry from docker CLI) issue on windows 10


When you try to login into docker from CLI you may see below error.

Environment : 
Docker Version : Docker version 17.05.0-ce, build 89658be
Docker Installed as : Docker Tool Box in Windows 10


Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)


To fix this 

Step1 : Open Network and Sharing Center
Step 2:  Click on Wi-Fi connection settings

 Step 3:  Go to the properties of IPV4

Step 4: Use google DNS server as shown in below(8.8.8.8)

Step 5:  Click OK and close all the navigated windows

Step 6 : Try docker login again now 

 This way one can connect from CLI and push docker images to docker registry. 

I hope this will helps some one. 

Thanks
Sadakar Pochampalli 

No comments:

Post a Comment