docker-registry
docker-registry copied to clipboard
docker-machine can't use config.json add `insecureRegistry:[registry.xxx.com]`?
edit default/config.json
"EngineOptions": {
"ArbitraryFlags": [],
"Dns": null,
"GraphDir": "",
"Env": [],
"Ipv6": false,
"InsecureRegistry": [
"registry.xxx.com"
],
"Labels": [],
"LogLevel": "",
"StorageDriver": "",
"SelinuxEnabled": false,
"TlsVerify": true,
"RegistryMirror": [],
"InstallURL": "https://get.docker.com"
},
docker-machine restart default
it not work.