docker-registry icon indicating copy to clipboard operation
docker-registry copied to clipboard

docker-machine can't use config.json add `insecureRegistry:[registry.xxx.com]`?

Open Dreampie opened this issue 9 years ago • 0 comments

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.

Dreampie avatar Dec 31 '15 09:12 Dreampie