Docker Hub
hub.docker.com › r › apacheApache Airflow. Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative. Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks.
docker-airflow - hub.docker.com
hub.docker.com › r › puckelUsage. By default, docker-airflow runs Airflow with SequentialExecutor : docker run -d -p 8080:8080 puckel/docker-airflow webserver. If you want to run another executor, use the other docker-compose.yml files provided in this repository. For LocalExecutor : docker-compose -f docker-compose-LocalExecutor.yml up -d.
Running Airflow in Docker — Airflow Documentation
airflow.apache.org › stable › startThis is truly quick-start docker-compose for you to get Airflow up and running locally and get your hands dirty with Airflow. Configuring a Docker-Compose installation that is ready for production requires an intrinsic knowledge of Docker Compose, a lot of customization and possibly even writing the Docker Compose file that will suit your needs ...
Docker Hub
https://hub.docker.com/r/apache/airflowDocker Hub Apache Airflow Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative. Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks.
GitHub - puckel/docker-airflow: Docker Apache Airflow
github.com › puckel › docker-airflowFeb 11, 2020 · docker run --rm -ti puckel/docker-airflow airflow list_dags. or with your docker-compose set up like this: docker-compose -f docker-compose-CeleryExecutor.yml run --rm webserver airflow list_dags. You can also use this to run a bash shell or any other command in the same environment that airflow would be run in: docker run --rm -ti puckel ...