📅  最后修改于: 2022-03-11 14:56:51.981000             🧑  作者: Mango
To add an insecure docker registry, add the file /etc/docker/daemon.json with the following content:
{
"insecure-registries" : [ "hostname.cloudapp.net:5000" ]
}