Setup Docker service to use insecure(http) registry instead of https
By default docker use https to connect to docker registry. But there can be use cases to use insecure registry. Here are the steps to use insecure registry. In ubuntuedit the file /etc/default/docker and update DOCKER_OPTS e.g where 15.206.81.210 is ipaddress of registry and 9000 is your port on which registry is configured. In CentosEdit…
