I am trying to setup a test instance of ProGet. I have a Nuget connector for my Nuget Feed which seems to work fine. I am now trying to do the same thing for my Docker feed. I have configured both Docker Hub and Microsoft connectors (which seem to be healthy). But I don't seem to be able to pull any images from my private repository with those connectors attached.
docker pull http://{my-proget-domain}:{my-proget-port}/{docker-feed-name}/mcr.microsoft.com/mssql/server:2019-latest
docker pull http://{my-proget-domain}:{my-proget-port}/{docker-feed-name}/mssql/server:2019-latest
docker pull http://{my-proget-domain}:{my-proget-port}/{docker-feed-name}/mcr.microsoft.com/mssql/server
docker pull http://{my-proget-domain}:{my-proget-port}/{docker-feed-name}/mssql/server
These all return: "invalid reference format"
What am I doing wrong?
There doesn't seem to be any good documentation on this. It would be really useful if the documentation actually had some examples of usage with screenshots.