You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/08/31 16:17:28 UTC

[airflow] branch main updated: Update docker.rst (#17882)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new eebfeec  Update docker.rst (#17882)
eebfeec is described below

commit eebfeec4fa798b728141dfdeb4cf70970c71067f
Author: GregKarabinos <60...@users.noreply.github.com>
AuthorDate: Tue Aug 31 12:16:28 2021 -0400

    Update docker.rst (#17882)
    
    This didn't work on my 2019 Macbook 16 inch until I ran the Linux section.
    
    Co-authored-by: Jarek Potiuk <ja...@potiuk.com>
    Co-authored-by: Kaxil Naik <ka...@gmail.com>
---
 docs/apache-airflow/start/docker.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/start/docker.rst b/docs/apache-airflow/start/docker.rst
index 66c2952..6ed8e9b 100644
--- a/docs/apache-airflow/start/docker.rst
+++ b/docs/apache-airflow/start/docker.rst
@@ -112,7 +112,7 @@ Initializing Environment
 
 Before starting Airflow for the first time, You need to prepare your environment, i.e. create the necessary files, directories and initialize the database.
 
-On **Linux**, the mounted volumes in container use the native Linux filesystem user/group permissions, so you have to make sure the container and host computer have matching file permissions.
+On **all operating systems**, the quick-start needs to know your host user id and needs to have group id set to ``0``. You have to make sure to configure them for the docker-compose:
 
 .. code-block:: bash