How to allow insecure hosts in Docker
To allow docker to connect to a insecure host (a host using http instead of https) you need to edit the daemon.json to have some config!
Steps to allow
- Find the config -
locate docker | grep daemon - Edit
daemon.json - Add
"insecure-registries" : ["url:port"] - Restart the docker service