-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
x509: certificate signed by unknown authority #23
Comments
Same here reproduced with:
|
@oscarpicasso-intact @abuechler I believe this is a duplicate of #48, so I'm going to close the issue. Feel free to reopen if you don't agree. Thank you for submitting those bug reports! |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Run hello-world image
Actual behavior
C:\Apps>docker run hello-world
Unable to find image 'hello-world:latest' locally
Pulling repository docker.io/library/hello-world
docker: Error while pulling image: Get https://index.docker.io/v1/repositories/library/hello-world/images: x509: certificate signed by unknown authority.
See 'docker run --help'.
Information
19836E58-CDE9-4E0B-99A2-79D2A3798817/2016-08-04_14-06-22
Steps to reproduce the behavior
The behavior seems related with the interaction between docker and our corporate proxy.
The text was updated successfully, but these errors were encountered: