Back

[SOLVED] Docker Manifest not found

  • 0
  • Self Hosted
Binyamin
18 Apr, 2023, 20:22

What operation system you have?

TL;DR
There was an issue with Docker manifest not found, but it has been solved by completely deleting and reinstalling Docker. If you encounter this issue, follow these steps: 1. Uninstall Docker using the provided command. 2. Add the Docker current repo. 3. Install Docker using the provided commands. 4. Start Appwrite with `docker compose up -d`. Make sure to uninstall any previous Docker packages and check for other Docker containers or projects running on the server.
Yasin E.
18 Apr, 2023, 20:22

centos 7

Yasin E.
18 Apr, 2023, 20:22

CentOS 7 64bit

Binyamin
18 Apr, 2023, 20:22

Run this to install the compose plugin

TypeScript
  $ sudo yum update
  $ sudo yum install docker-compose-plugin
Binyamin
18 Apr, 2023, 20:23

Then run docker compose up -d again

Yasin E.
18 Apr, 2023, 20:24
Binyamin
18 Apr, 2023, 20:25

That's weird Just to be sure can you run this

TypeScript
sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

So we can make sure we have all docker needed components?

Yasin E.
18 Apr, 2023, 20:26
Binyamin
18 Apr, 2023, 20:26

It seems like the installed docker version is pretty hold

Binyamin
18 Apr, 2023, 20:27

Is this server is production? Or you're able to change the packages?

Yasin E.
18 Apr, 2023, 20:27

yes there are projects running production server.

Binyamin
18 Apr, 2023, 20:28

With other docker containers?

Yasin E.
18 Apr, 2023, 20:29

There is only appwrite and there are 2 working projects in it.

Yasin E.
18 Apr, 2023, 20:29

only appwrite works on this server.

Binyamin
18 Apr, 2023, 20:29

I mean are the other two projects are docker?

Yasin E.
18 Apr, 2023, 20:30

in appwrite.

Binyamin
18 Apr, 2023, 20:30

What I mean are you able to uninstall the old docker packages? Or do you have any docker containers that run

Yasin E.
18 Apr, 2023, 20:30

no other docker containers

Yasin E.
18 Apr, 2023, 20:30
Binyamin
18 Apr, 2023, 20:32

Okay,

First stop your current docker-compose

So do it on your own risk But this steps should solve the problem

1 Uninstall docker

TypeScript
sudo yum remove docker \
                  docker-client \
                  docker-client-latest \
                  docker-common \
                  docker-latest \
                  docker-latest-logrotate \
                  docker-logrotate \
                  docker-engine
  1. Add docker current repo
TypeScript
sudo yum install -y yum-utils
sudo yum-config-manager \
    --add-repo \
    https://download.docker.com/linux/centos/docker-ce.repo
  1. Install docker
TypeScript
sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl start docker

Then try to start appwrite with docker compose up -d

Yasin E.
18 Apr, 2023, 20:33

I'll take a backup and try. thanks.

Yasin E.
18 Apr, 2023, 20:49

thanks. I completely deleted and reinstalled. No problem at the moment

last docker compose exec appwrite migrate

I did the latest migrate and it worked great.

Yasin E.
18 Apr, 2023, 20:52

@Binyamin

Binyamin
18 Apr, 2023, 20:53

Cool

Drake
19 Apr, 2023, 01:41

[SOLVED] Docker Manifest not found

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more