Service 'certbot' failed to build: manifest for phusion/baseimage:latest not found: manifest unknown: manifest unknown

Viewed 2186

Thank you for reading !

When I did docker-compose upon laradock, I finally got an error like title.

Does anyone know the correct solution in this case?

  • Originally, I had that laradock, but I accidentally docker-composer down and tried building again. At that time I got an error like the title.

In this case, should I run docker pull certbot /certbot from dockerhub?

I am beginner for docker system. Do you have any ideas?

Thank you for reading !

this is my error code.

laradock mycomputer$ docker-compose up -d
Building certbot
Step 1/6 : FROM phusion/baseimage:latest
ERROR: Service 'certbot' failed to build: manifest for phusion/baseimage:latest not found: manifest unknown: manifest unknown
1 Answers
Related