Docker for windows error Failed to pull docker image using Docker for Windows via SSL

0 votes

I’ve installed the latest docker version on my macOS. I successfully pulled images from my company's private docker registry. I want to do the same on my Windows machine. I get the following error:

> docker pull <company.docker.url>/<some image>
Error response from daemon: Get https://<company.docker.url>/v2/: x509: certificate signed by unknown authority

After importing the certificates, I get the following error

> docker pull <company.docker.url>/<some image>
Error response from daemon: Get https://<company.docker.url>/v2/: remote error: tls: handshake failure

Can someone help me with this?

Dec 12, 2018 in DevOps & Agile by Sophie may
• 10,610 points
2,045 views

1 answer to this question.

0 votes

Try the following

  • Login to your docker hub account, use the docker login command
  • Restart docker and do this again
answered Dec 12, 2018 by Tyrion anex
• 8,700 points

Related Questions In DevOps & Agile

0 votes
1 answer

Docker for Windows error: “Failed to create symbolic link”

The error is telling you that  /var/www/html/externals/public_html ...READ MORE

answered Nov 26, 2018 in DevOps & Agile by Sophie may
• 10,610 points
3,569 views
0 votes
1 answer
0 votes
1 answer

Error: Unable to access elasticsearch in docker for windows

This is simple, just follow the below ...READ MORE

answered Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
1,457 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,436 views
0 votes
1 answer

How to restart docker for windows using Powershell?

Try this: $processes = Get-Process "*docker for windows*" if ...READ MORE

answered Oct 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
6,928 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP