DEV Community

Discussion on: Dockerizing a Simple Python Process

Collapse
 
alekseimarinichenko profile image
AlekseiMarinichenko • Edited

I was following the tutorial and I am stuck on this step:
(base) C:\PycharmProjects\docker-workshop>docker run goodreads-libib-container

The command above produces the next error:

Unable to find image 'goodreads-libib-container:latest' locally
docker: Error response from daemon: pull access denied for goodreads-libib-container, repository does not exist or may require 'docker login': denied: requested access to the resource is
denied.
See 'docker run --help'.

Collapse
 
thejessleigh profile image
jess unrein

I haven't touched the docker repo in a while. It should be publicly accessible, but I'm not sure. Let me take a look at the permissions and see if I can fix that for you. I'll probably get to this in the next couple of days.