To configure insecure docker registeries in CentOS, configure the following ("cat /etc/docker/daemon.json") as below:
{
"insecure-registries" : ["registry1:5000", "registry2:5000"]
}
{
"insecure-registries" : ["registry1:5000", "registry2:5000"]
No comments:
Post a Comment