at work my network is using SSL inspection, it is quitting all SSL traffic since it has root CA certificate.
Now when I pull an image using the docker client, I get the following error:
$ docker pull ubuntu
Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/: x509: certificate signed by unknown authority
I'm running on windows 10 and I have installed the latest version of Docker for Windows.
Where can I install the root certificate?