concept Docker container in category apache airflow
appears as: Docker container, Docker containers

This is an excerpt from Manning's book Data Pipelines with Apache Airflow MEAP V05.
Now we have our basic rocket launch DAG, let’s get it up and running and view it in the Airflow UI. The bare minimum Airflow consists of two core components: (1) a scheduler and (2) a webserver. In order to get Airflow up and running, you can install Airflow either in your Python environment or run a Docker container. The Docker way is a one-liner:
[46] To ensure your tests run isolated from anything else, a Docker container with an empty initialized Airflow database can be convenient.