Expected behavior
By typing: docker --version it should show the version. The truth is that I can not do anything
Actual behavior
As soon as I type "docker" on the command prompt ans press "Enter" the following message is displayed:
unable to resolve docker endpoint: open C:\Users\Username.docker\machine\machines\default\ca.pem: The system cannot find the path specified.
I looked into that path and the ca.pem file doesn't exist.
Information
- Windows Version: 10
- Docker Desktop Version: 2.3.0.3 (45519)
- Channel: stable
- Composer: 1.25.5
- Engine: 19.03.8
- Are you running inside a virtualized Windows e.g. on a cloud server or on a mac VM:
Steps to reproduce the behavior
- For the issue to happen I don't need any Dockerfile.
- I go to the command prompt.
- Type: docker --version, and the issue will occur right away.
Troubleshooting Steps I tried:
Uninstall docker for Desktop and installed it again. I was hoping it would install the certificate, ca.pem, but it didn't happen.
Expected behavior
By typing: docker --version it should show the version. The truth is that I can not do anything
Actual behavior
As soon as I type "docker" on the command prompt ans press "Enter" the following message is displayed:
unable to resolve docker endpoint: open C:\Users\Username.docker\machine\machines\default\ca.pem: The system cannot find the path specified.
I looked into that path and the ca.pem file doesn't exist.
Information
Steps to reproduce the behavior
Troubleshooting Steps I tried:
Uninstall docker for Desktop and installed it again. I was hoping it would install the certificate, ca.pem, but it didn't happen.