<div dir="ltr">Folks,<br><div><br></div><div>I have 3 controller nodes and on controller01 I have configured the local registry and pushed all images into the local registry. I have pointed out 2 other nodes to use controller01 local registry. </div><div><br></div><div>When i run "kolla-ansible -i multinode deploy" it works on controller01 and docker start all containers but one controller02 and 03 I encounter error related docker registry </div><div><br></div><div>Error: <a href="https://paste.opendev.org/show/bmwbM3PB33a8hrA1Wi6e/">https://paste.opendev.org/show/bmwbM3PB33a8hrA1Wi6e/</a> </div><div><br></div><div>docker daemon.json file on controller02 and 03 (docker-reg is point to controller01) <br>root@controller02:~#  cat /etc/docker/daemon.json<br>{<br>    "bridge": "none",<br>    "insecure-registries": [<br>        "docker-reg:4000"<br>    ],<br>    "ip-forward": false,<br>    "iptables": false,<br>    "log-opts": {<br>        "max-file": "5",<br>        "max-size": "50m"<br>    }<br></div><div><br></div><div>How do I check my docker registry is functioning? </div><div><br></div><div>I have tried following commands on 02 and 03 nodes but following error. </div><div><br></div><div>root@controller02:~# docker pull docker-reg:4000/openstack.kolla/ubuntu-source-fluentd<br>Using default tag: latest<br>Error response from daemon: manifest for docker-reg:4000/openstack.kolla/ubuntu-source-fluentd:latest not found: manifest unknown: manifest unknown<br></div><div><br></div><div>Are there any way to test if my registry is functional and nothing wrong. There are no network issues. I have a test with port ping using the nc command. </div><div><br></div><div><br></div><div><br></div></div>