##我建立成功docker的私人倉庫,然後執行docker docker search 192.168.254.130:5000/test 的命令,就報了上面的錯誤,請問各路大佬,有何解決辦法。Error response from daemon: invalid registry endpoint https://192.168.254.130:5000/... Get https://192.168.254.130:5000/... dial tcp 192.168.25403:5000/... dial tcp 192.168.25403:5000t : connection refused. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add
--insecure-registry 192.168.254.130:50000## the daem. have access to the registry's CA certificate, no need for the flag; simply place the CA certificate at /etc/docker/certs.d/192.168.254.130:5000/ca.crt
好像是憑證不信任,參考官網資料 https://docs.docker.com/regis...