This repository contains Dockerfile of airflow for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull puckel/docker-airflow
Alternatively, you can build an image from Dockerfile
docker run -d \
--name airflow \
-p 8080:8080
puckel/docker-airflow