docker registry错误server gave HTTP response to HTTPS client

/etc/docker/daemon.json
{ "insecure-registries":["myregistry.example.com:5000"] }

或者使用 --insecure-registry flag
--insecure-registry=myip:5000

sudo service docker restart

https://github.com/distribution/distribution/issues/1874#:~:text=According to the https%3A%2F%2Fdocs.docker.com%2Fregistry%2Finsecure%2F%23deploy-a-plain-http-registry - message http%3A server,is invalid%2C ignore the error about the certificate.

docker registry错误server gave HTTP response to HTTPS client

上一篇:如何修改webbrowser里的JS函数


下一篇:简单解决 gitee 上传限制问题