Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

docker config insecure regis

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

{
    "insecure-registries" : [ "hostname.cloudapp.net:5000" ]
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #docker #config #insecure #regis
ADD COMMENT
Topic
Name
9+7 =