Showing posts with label CentOS. Show all posts
Showing posts with label CentOS. Show all posts

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"]

}