The image provides a simple development airflow environment.
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.
Content type
Image
Digest
Size
330.4 MB
Last updated
over 5 years ago
docker pull rancavil/airflow:2.0.0