astronomer / astro-cli

CLI that makes it easy to create, test and deploy Airflow DAGs to Astronomer
https://www.astronomer.io
Other
347 stars 70 forks source link

Debug output to show the docker binary path #1690

Open stuart23 opened 1 month ago

stuart23 commented 1 month ago

✍️ Is your feature request related to a problem? Please describe.

Cannot tell which docker binary is getting called on systems that have multiple docker (podman, rancher etc) flavors.

🧩 Describe the solution you'd like

Just output the path to the binary that will be called. This can be just when verbose mode is used if necessary.

🤔 Describe alternatives you've considered

Is your feature request specific to a particular Astronomer Platform?

💡 Additional context

stuart23 commented 1 month ago

https://github.com/astronomer/astro-cli/issues/1501