Is there anyway to configure --allow-insecure-ssl for docker\'s deamon created with docker-machine.
commands:
docker-ma
edit $USER/.docker/machine/machines/default/config.json
"EngineOptions": { "InsecureRegistry": [ "XXX.XXX.virtual" ], }