Sign inSign up

rancavil/airflow

By rancavil

Updated over 5 years ago

Airflow docker environment

Image
0

49

rancavil/airflow repository overview

Airflow Docker Environment

The image provides a simple development airflow environment.

Creating a container

To create a container you have to execute the following command:

 $ docker run -d --name <container-name> -p 8080:8080 -v /path/for/your/dags_folder:/airflow/dags rancavil/airflow:2.0.0

You must set up the container-name and your host folder to /path/for/your/dags_folder, in this host folder, you will be able to write your DAG's code.

The container runs the airflow webserver (at port 8080) and the airflow scheduler.

Now, you can access http://localhost:8080

Note: by default you have to use username admin and password change.it!, don't forget to change the password.

Tag summary

Content type

Image

Digest

Size

330.4 MB

Last updated

over 5 years ago

docker pull rancavil/airflow:2.0.0