Skip to content

justinwagg/docker-airflow-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-airflow-tutorial

This is a simplified example of running Airflow in a Docker container.

This example was specifically created as part of this post as a how to on running Airflow on a Raspberry Pi.

To Build

docker build --tag airflow:0.1.0 .

To Run

docker run \
    -v <PATH_TO_PROJECT>:/app/airflow/dags \
    --name airflow \
    -p 8080:8080 \
    -d airflow:0.1.0

About

A super simplified version of Airflow in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published