Answers for "docker config insecure regis"

0

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" ]
}
Posted by: Guest on July-26-2021

Browse Popular Code Answers by Language