Docker repository server gave HTTP response to HTTPS client

后端 未结 6 1186
粉色の甜心
粉色の甜心 2021-02-05 02:09

I use Docker toolbox for windows and i`m trying run private docker registry from this documentation https://docs.docker.com/registry/deploying/

But it`s not work for me.

6条回答
  •  独厮守ぢ
    2021-02-05 02:35

    If you use windows:

    1. in startup menu, right clic on docker desktop one, and select settings
    2. select "docker engine" tab, and change as in picture "insecure-registries": [], by "insecure-registries": ["192.168.99.1:5000"],

    1. Click apply and restart button
    2. After docker restart, to check that modification was applied, open cmd console and execute this command: docker system info then check that 192.168.99.1:5000 exists in "insecure-registries" section

提交回复
热议问题