Friday, 16 February 2018

Docker insecure registry configuration in CentOS

To configure insecure docker registeries in CentOS, configure the following ("cat /etc/docker/daemon.json") as below:

{
      "insecure-registries" : ["registry1:5000", "registry2:5000"]

}

No comments:

Post a Comment