Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install airflow in docker

2025-01-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces you how to install airflow in docker, the content is very detailed, interested friends can refer to, hope to be helpful to you.

In the centos 7 environment:

Mkdir airflow / / create an airflow folder

Git clone https://github.com/puckel/docker-airflow.git / root/airflow / / download the source code to the airflow folder

Docker run-d-p 8082airflow 8080 puckel/docker-airflow / / install and run airflow

Docker exec-it af2044c3b40c bash / / enter the container

Airflow initdb / / initialize the database

An error occurred:

Airflow.exceptions.AirflowException: Could not create Fernet object: Incorrect padding

Solution:

Python-c "from cryptography.fernet import Fernet

Print (Fernet.generate_key () .decode ()) "

Export AIRFLOW__CORE__FERNET_KEY=oNu9XwewQNyx9mAJT2vZvtm3qzPRZIWRqwk9hSVch5A=

As shown below:

Airflow initdb / / rerun the initialization database

Enter the URL:

Http://172.16.10.22:8083/admin/, the effect is as follows:

On how to install airflow in docker to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report