Hello - I have installed docker according to the ...
# ask-ai
m
Hello - I have installed docker according to the instructions. I am running on Windows 11. I get this error message. docker compose v2 not found! please install docker compose!
1
k
A message from kapa.ai
New message text here
s
was facing the same issue, resolved on amazon linux 2 by following these commands:
Copy code
sudo mkdir -p /usr/local/lib/docker/cli-plugins/
sudo curl -SL <https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64> -o /usr/local/lib/docker/cli-plugins/docker-compose
sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
🙏 3
m
Thanks @Shivam Bhardwaj! 🦸