Airflow-Docker
Airflow-Docker copied to clipboard
Orchestration of data science models in Apache Airflow, scale-up with Celery Executor and deploying in multiple Docker containers
Command to run
docker-compose up -d --build
View Container
docker ps
Go inside the container
docker exec -it 'container-id' bash