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?
have you tried running docker run hello-world? If you dont get anything back, then you havent installed docker correctly
t
Taylor
06/26/2023, 4:21 PM
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
Taylor
06/26/2023, 4:31 PM
Deleted docker compose to start over. Even with a functional docker, the docker-compose-plugin installation produces an error