Debian?
[solved] connect appwrite cli to existing project locally
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 4: Virtual Machine
docker start $(docker ps -a -q)
???
What distro is your Linux?
Rank 4: Virtual Machine
derbian
Rank 4: Virtual Machine
Parrot OS precisely
Good
Then run
sudo apt-get updatesudo apt-get install docker-compose-pluginAfter that run it again.
Rank 4: Virtual Machine
E: Unable to locate package docker-compose-pluginMmm
So just install it manually
Follow the instructions here
https://docs.docker.com/compose/install/linux/#install-the-plugin-manually
Rank 4: Virtual Machine
sighs, same issue after installation
do you have docker-compose in your terminal?
Is this work?
docker-compose down && docker-compose up -dRank 4: Virtual Machine
not found
Rank 4: Virtual Machine
but I installed docker 🙁
You ran all the steps here?
Rank 4: Virtual Machine
but derbian repo, since the official on was given installation issues
Rank 4: Virtual Machine
Yes, some dir or files not found
Rank 4: Virtual Machine
Rank 4: Virtual Machine
new error:
Good
Make sure you're running the docker compose command in the same folder as your docker-compose.yml is
Rank 4: Virtual Machine
Okay
Rank 4: Virtual Machine
you're indeed a senior developer 
Rank 4: Virtual Machine
resolved