Home

Published

- 1 min read

docker config insecure regis

img of docker config insecure regis

The solution for this is noted below

docker config insecure regis

Solution

   To add an insecure docker registry, add the file /etc/docker/daemon.json with the following content:

{
    "insecure-registries" : [ "hostname.cloudapp.net:5000" ]
}

Try other methods by searching on the site. That is if this doesn’t work