You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to find image 'doc2audiobook:latest' locally
docker: Error response from daemon: pull access denied for doc2audiobook, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Could you please help me?
The text was updated successfully, but these errors were encountered:
Sorry for the delayed answer. When you try starting the app with the docker run command first it will look for the built image (called doc2audiobook, with the latest tag) on your local machine then if that fails it will try to download it from dockerhub (the error message refers to this).
So if you build the image first by following the steps in the link step, it should be ok!
Hi danthelion - great name btw :)
I'm getting the following error when I try run either of the docker commands:
$ docker run \
Unable to find image 'doc2audiobook:latest' locally
docker: Error response from daemon: pull access denied for doc2audiobook, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Could you please help me?
The text was updated successfully, but these errors were encountered: