driou / docker-thelia

Run Thelia 2 ( http://thelia.net ) with Docker
0 stars 0 forks source link

Error: image library/docker-thelia:latest not found #1

Open lunika opened 9 years ago

lunika commented 9 years ago

When I run docker run -t docker-thelia . I have this error message :

Pulling repository docker-thelia
Error: image library/docker-thelia:latest not found
lunika commented 9 years ago

In fact I have to specidy you vendor name :

docker run -t driou/docker-thelia .

I don't know if it's specific to my case, but maybe it would be better to specify it in the readme ?

driou commented 9 years ago

in your first message you write that you run and not build like it's defined in the Readme. I think this issue come from that error. But I need to upgrade the Readme in order to better indicate the "build way" and the "pull way" to run the container.