allow insecure registry in host provisioned with docker-machine

前端 未结 5 626
一整个雨季
一整个雨季 2021-01-30 06:58

Is there anyway to configure --allow-insecure-ssl for docker\'s deamon created with docker-machine.

commands:

docker-ma         


        
5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 07:37

    edit $USER/.docker/machine/machines/default/config.json

        "EngineOptions": {
            "InsecureRegistry": [
                "XXX.XXX.virtual"
            ],
        }
    

提交回复
热议问题