rhsimplex / image-match

🎇 Quickly search over billions of images
2.94k stars 405 forks source link

Docker error #110

Closed Clickbaitcake closed 5 years ago

Clickbaitcake commented 5 years ago

When pulling the Docker image I get the following errors:

docker: Error response from daemon: pull access denied for ascribe/image-match, repository does not exist or may require 'docker login'.

taylorjdawson commented 5 years ago

The docker image doesn't exist but you can do this in the meantime:

docker build github.com/edjolabs/image-match.git
rhsimplex commented 5 years ago

Duplicates #13

WathikAhmed commented 2 years ago

Same issue.

docker pull ascribe/image-match Using default tag: latest Error response from daemon: pull access denied for ascribe/image-match, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

I can clone the repo, and then do this: docker build -t image-match.

and it works to create the image:

Screen Shot 2021-11-12 at 4 23 06 pm

You can now try the following: docker pull wathik/image-match

and then: docker run -it wathik/image-match /bin/bash

Let me know if that works for you.