Hi All,
I am having some issues with Docker Desktop, when I run the very first command in the Quick Start:
docker run --name repo alpine/git clone https://github.com/docker/getting-started.git
I receive an SSL error:
fatal: unable to access 'https://github.com/docker/getting-started.git/': SSL certificate problem: unable to get local issuer certificate
This is a common occurrence because I work behind a corporate firewall, but I’m confused how I should go about resolving it this time. If I create a new PowerShell, stick all of the git config keys from Docker Desktop’s git config into an empty repo in that PowerShell, then try to clone GitHub - docker/getting-started: Getting started with Docker, it works fine. I’ve also found that all repos fail to pull in Docker Desktop with the same error, not just the Quick Start repo.
What should I change to allow Docker Desktop to pull repos?