Debian?
docker start $(docker ps -a -q)
???
What distro is your Linux?
derbian
Parrot OS precisely
Good Then run
sudo apt-get update
sudo apt-get install docker-compose-plugin
After that run it again.
E: Unable to locate package docker-compose-plugin
Mmm So just install it manually
Follow the instructions here https://docs.docker.com/compose/install/linux/#install-the-plugin-manually
sighs, same issue after installation
do you have docker-compose
in your terminal?
Is this work?
docker-compose down && docker-compose up -d
not found
but I installed docker 🙁
You ran all the steps here?
but derbian repo, since the official on was given installation issues
Yes, some dir or files not found
new error:
Good
Make sure you're running the docker compose
command in the same folder as your docker-compose.yml
is
Okay
you're indeed a senior developer <:appwriterocket:823996226894692403>
resolved
Recommended threads
- Appwriter Linux Key Bindings
Any tips for configuring appwriter for ubuntu? Actually the keybindings are tightly binded to either windows or mac. Working well on windows but in ubuntu some ...
- Admin Impersonating Clients?
I have a client that needs to use the admin User, to impersonate the Clients in order to debug better the App and the services that they are providing, could yo...
- create project api-rest
Hello good afternoon, I'm developing a project where I need to create a project by apirest, but I'm stuck with this "projects.read" permission, can I change my ...