I have deployed a local docker registry on another pc, and push a simple docker image on it (my-python-app, an hello-world). This is an insecure registry.
This procedure configures Docker to entirely disregard security for your registry. This is very insecure and is not recommended. It exposes your registry to ...