Airflow
快速上手¶
安装¶
docker run --rm "debian:bullseye-slim" bash -c 'numfmt --to iec $(echo $(($(getconf _PHYS_PAGES) * $(getconf PAGE_SIZE))))'
curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.5.1/docker-compose.yaml'
docker compose up airflow-init
docker compose up
# airflow/airflow
open http://127.0.0.1:8080
### 概念
资源¶
最后更新: September 10, 2023