Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find image 'doc2audiobook:latest' locally #4

Open
bitgoldninja opened this issue Aug 13, 2019 · 1 comment
Open

Unable to find image 'doc2audiobook:latest' locally #4

bitgoldninja opened this issue Aug 13, 2019 · 1 comment

Comments

@bitgoldninja
Copy link

Hi danthelion - great name btw :)

I'm getting the following error when I try run either of the docker commands:

$ docker run \

-v /doc2audiobook/data:/data:rw
-v /doc2audiobook/.secrets/client_secret.json:/.secrets/client_secret.json:ro
doc2audiobook -list-voices

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?

@danthelion
Copy link
Owner

danthelion commented Aug 22, 2019

Hey @bitgoldninja!

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants