Skip to content

Dockefile and some scripts to run Apache Airflow in a container

Notifications You must be signed in to change notification settings

Universidad-de-La-Laguna/airflow-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache Airflow Dockerfile

This Dockerfile will install Apache Airflow from PyPi into a container.

Base Docker Image

Installation

  1. Install Docker.

  2. Download PostgresSQL container from public Docker Hub Registry: docker pull postgres

  3. Build the image from Dockerfile: docker build -t=airflow github.com/ull-isaatc/airflow-docker

Usage

# docker run --name some-postgres -e POSTGRES_USER=airflow -e POSTGRES_PASSWORD=airflow -e POSTGRES_DB=airflow -d postgres
# docker run --name some-airflow  -e LOAD_EX=y -p 8080:8080 airflow webserver

About

Dockefile and some scripts to run Apache Airflow in a container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages