File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ Here are the steps to take to get airflow 2.0 running with docker on your machin
21
21
``` bash
22
22
mkdir ./dags ./logs ./plugins
23
23
```
24
+ 1 . Set user permissions for Airflow to your current user
25
+ ```
26
+ echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env
27
+ ```
24
28
1 . Install docker desktop application if you don't have docker running on your machine
25
29
- [ Download Docker Desktop Application for Mac OS] ( https://hub.docker.com/editions/community/docker-ce-desktop-mac )
26
30
- [ Download Docker Desktop Application for Windows] ( https://hub.docker.com/editions/community/docker-ce-desktop-windows )
@@ -34,4 +38,4 @@ docker ps
34
38
```
35
39
1 . Open browser and type http://0.0.0.0:8080 to launch the airflow webserver
36
40
37
- ![ ] ( images/screenshot_airflow_docker.png )
41
+ ![ ] ( images/screenshot_airflow_docker.png )
You can’t perform that action at this time.
0 commit comments