beudbeud / prosopopee

Prosopopee. Static site generator for your story
3 stars 0 forks source link

Unable to find image 'prosopopee:latest' locally #2

Open brice opened 6 years ago

brice commented 6 years ago

Hello,

I followed the instruction to use prosopopee with Docker. When i execute this command docker run --rm -v $(pwd):/site prosopopee after succefully doing he pull command, i have this message :

Unable to find image 'prosopopee:latest' locally
docker: Error response from daemon: pull access denied for prosopopee, repository does not exist or may require 'docker login'.
See 'docker run --help'.

What i'm missing here?

For information here is my docker version :+1: Docker version 17.09.1-ce, build f4ffd2511ce9

louissimps commented 5 years ago

For what its worth I had to specify the full name of the image to get it to work docker run --rm -v $(pwd):/site beudbeud/prosopopee