Keep getting this error when I try to start airbyt...
# replication-ask-ai
t
Keep getting this error when I try to start airbyte on an EC2 instance that uses the Amazon Linux AMI. Docker Compose version 2.19.0 is what I have installed. How do I get airbyte to recognize the docker compose installation?
For extra context, I used these directions to install https://docs.airbyte.com/deploying-airbyte/on-aws-ec2
w
have you tried running docker run hello-world? If you dont get anything back, then you havent installed docker correctly
t
Yeah I was able to successfully run hello-world. However, I had to install docker compose manually because I was getting an error that there was no match for docker-compose-plugin when I ran the command from the documentation
Deleted docker compose to start over. Even with a functional docker, the docker-compose-plugin installation produces an error