I configured insecure registry by self singed certificate.After providing user name and password , getting error message as " Error response from daemon: Get https://ip address:5000/v1/users/: x509: certificate signed by unknown authority".
相关问题
- Docker task in Azure devops won't accept "$(pw
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
- What would prevent code running in a Docker contai
- How to reload apache in php-apache docker containe
Execute following steps to docker registry with private certificates:
On another machine where you want to pull the images, copy
file to Make sure the name of certificate file is ca.crt (not domain.crt).For example, if docker registry IP address is docker.registry and port is 5000 then folder name will be
Now run docker pull command. You should not face any issue.