Tekki / docker-mojolicious

:whale: Docker image for Mojolicious
Artistic License 2.0
14 stars 3 forks source link

docker: error pulling image configuration: unknown blob. #2

Closed szabgab closed 3 years ago

szabgab commented 3 years ago

I am not sure if this is an issue of my computer or something with the image:

$ docker container run --rm -v "$(pwd):/usr/src/app" tekki/mojolicious mojo generate app MyApp
Unable to find image 'tekki/mojolicious:latest' locally
latest: Pulling from tekki/mojolicious
57df1a1f1ad8: Already exists 
71e126169501: Already exists 
1af28a55c3f3: Already exists 
03f1c9932170: Already exists 
65b3db15f518: Already exists 
4c21f9be7406: Already exists 
c8090f4b73c1: Already exists 
89fed5b8575b: Pulling fs layer 
e41889ca2d25: Pulling fs layer 
0dde9e1cd4e0: Pulling fs layer 
91159e1713a1: Waiting 
docker: error pulling image configuration: unknown blob.
docker -v
Docker version 19.03.8, build afacb8b7f0
hbarnard commented 3 years ago

Yes, also have this error. Also, I'm a docker beginner, so worth having:

sudo systemctl start docker.service
sudo systemctl status docker.service

in the operating instructions.

Tekki commented 3 years ago

I can reproduce this. Now that I've pushed the images again to Dockerhub it seems to work. Could you please check?

szabgab commented 3 years ago

It worked for me. Thank you for the quick fix!

Tekki commented 3 years ago

Yes, also have this error. Also, I'm a docker beginner, so worth having:

sudo systemctl start docker.service
sudo systemctl status docker.service

in the operating instructions.

Don't agree with that. These are instructions about how to use this image, not how to use Docker itself. It seems strange to me that you have docker installed but the service isn't enabled by default and you have to start it manually. Another point is that you can use this command only if you are on Linux. If you use Docker Desktop on Windows everything looks completely different.

hbarnard commented 3 years ago

OK. Meanwhile, the fix works, thanks. I actually have a ready made application that I'm looking to dockerise this: https://sourceforge.net/projects/cclite2/

szabgab commented 3 years ago

I am reposting my question as a new issue to keep this space cleaner.