회사 꺼라 docker desktop 쓰면 안 돼서 rancherdesktop 사용함. curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.5.3/docker-compose.yaml' # 임의 경로에 airflow 디렉토리 생성 후 mkdir ./dags ./logs ./plugins echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env docker-compose up airflow-init docker-compose up -d http://localhost:8080 airflow / airflow