Tag Archives: dockercompose

[Solved] Error: Service ‘XXX ‘failed to build:mainfest for docker.io/phusion/baseimage:latest not founded

Problem description

The error: Service 'xxx' failed to build: mainfest for docker.io/phusion/baseimage: latest not found error occurs when using the docker-compose command, which prompts that the latest version is not found. We need to specify the version at the beginning of the dockerfile file

Solution:

1. Find the dockerfile file in the current folder

2. Supplement at the beginning of the document :bionic-1.0.0

3. Re-execute the docker-compose command

Reference connection

https://stackoverflow.com/questions/63229267/service-certbot-failed-to-build-manifest-for-phusion-baseimagelatest-not-fou

Docker compose executes the YML file error [How to Solve]

ERROR: Couldn’t connect to Docker daemon at http+ docker://localhost – is it running?

$sudo docker compose up. To start with sudo, enter the password

Other explanations (used, no)

Answer: the main reason is that docker is not started in the system service mode.

Solution:

  1. Start docker servic
  2. Generate self-starting services
  3. Check the service status, Active status is: active (running)