aws / aws-mwaa-local-runner

This repository provides a command line interface (CLI) utility that replicates an Amazon Managed Workflows for Apache Airflow (MWAA) environment locally.
MIT No Attribution
672 stars 683 forks source link

mwaa-local-env script needs to support running newer version of docker compose #392

Open asgoyal opened 4 weeks ago

asgoyal commented 4 weeks ago

Looks like with the newer version of Docker, the docker-compose command is no longer supported unless installed separately. Its replaced with docker compose instead (note no hyphen) I had to replace all docker-compose commands to docker compose in the mwaa-local-env script for the script to work. Will it be good to have this updated in github project?