Install AirFlow with docker in Windows

Install AirFlow with docker in Windows


Install Docker Desktop Windows

docker --version

docker-compose --version

pwd

ls -ltr

curl -Lf0 'https://airflow.apache.org/docs/apache-airflow/2.5.1/
docker-compose.yaml'          # Fetching?docker-compose.yaml        

AIRFLOW_CORE_EXECUTOR : LocalExecutor

remove all redis keys, airflow-worker key & flower key data


mkdir -p ./dags ./logs ./plugins # Setting the right Airflow user

docker compose up airflow-init # initialize the database


docker ps # display a list of running Docker containers on the current host

docker-compose up -d # start all the containers in a Docker Compose project

run localhost:8080 on browser

user - airflow, password - airflow



要查看或添加评论,请登录

社区洞察

其他会员也浏览了