If you can’t use Docker Desktop with Astro CLI, you have the option to use Podman, which is an open source tool for managing your containers. Docker and Podman are officially supported by Astro CLI.
If you want to use Rancher Desktop on Mac instead of Docker Desktop with Astro CLI, follow these instructions:
-
Install Rancher Desktop based on your OS from https://rancherdesktop.io/
-
Open the
.dmg
installer package for Rancher Desktop. -
Select
dockerd (moby)
as the Container Engine. -
Select
Automatic
as the Configure Path option. -
Click on Accept.
-
Run the following commands in your terminal:
ln -s ~/.rd/bin/docker-buildx ~/.docker/cli-plugins/docker-buildx ln -s ~/.rd/bin/docker-compose ~/.docker/cli-plugins/docker-compose
Now you can run astro dev start
to start your local Airflow environment.
Keep flying with Airflow!