Where should I set the '--insecure-registry' flag on Mac OS?

后端 未结 7 2367
野的像风
野的像风 2020-12-04 14:25

I am using OS X 10.10. When trying to communicate with our team\'s private docker registry, it keeps giving me errors like this:

Error: Invalid registry endp         


        
相关标签:
7条回答
  • 2020-12-04 15:14

    For docker desktop 2.3.x in MAC , it can be set as follows: Go to "docker" -> "preferences" -> "Docker Engine" and add the following:

    insecure-registries": [
        "my private docker hub  url"
      ]
    
    0 讨论(0)
提交回复
热议问题