I am trying to setup a repository within my network where others in the network can pull/push new docker images. I currently have a working docker registry running on a debian server with a front end (https://github.com/kwk/docker-registry-frontend); both are running on the same server.
Most things seem to work...
But when i go to push/pull to the local registry...
Somethings to note:
We have also looked into numerous different posts and tried using the advice recommended in Can not pull/push images after update docker to 1.12 but it did not seem to remedy the issue. I am out of ideas on how to fix this. I believe i am very close and the fix is minor but i do not know where to go from here.
If you need anymore information please let me know!
Thank you for the help.
Docker Toolbox runs using a host on a VirtualBox VM. I would recommend spinning up a new VirtualBox VM on your machine. Can your curl my.registry.ip:5000/v2/_catalog from that VM? If not, networking issues with VirtualBox are likely the cause. If you are using a VPN, you will need to setup Bridged Networking to the Docker VM.