allow insecure registry in host provisioned with docker-machine

前端 未结 5 573
一整个雨季
一整个雨季 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:42

    In case you want to add another registry once your docker-machine has already been created you will have to edit the configuration file: vim ~/.docker/machine/machines/dev/config.json

    Explained here: https://akrambenaissi.com/2015/11/17/addingediting-insecure-registry-to-docker-machine-afterwards/

提交回复
热议问题