Setting up Apache Airflow 2 with Docker | by Danilo ...
01.02.2021 · Install Docker. Now it’s time to install Docker on this brand new VM. We will use the official docker-install script by typing: curl -fsSL https://get.docker.com -o get-docker.sh\ sh get-docker.sh\ If everything went …
Running Airflow in Docker — Airflow Documentation
airflow.apache.org › stable › startFollow these steps to install the necessary tools. Install Docker Community Edition (CE) on your workstation. Depending on the OS, you may need to configure your Docker instance to use 4.00 GB of memory for all containers to run properly. Please refer to the Resources section if using Docker for Windows or Docker for Mac for more information.