Using docker registry to share my multi-image containerized app: Encountering Problems connecting multiple image repos
My local docker container app is made up of 4 images, React, Django, nginx, postgres. It runs perfectly locally, (although of course I need to manually go to 127.1.1.0 on my local computer to view the app) I want other…