You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:46:38 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #17882: Update docker.rst

kaxil commented on a change in pull request #17882:
URL: https://github.com/apache/airflow/pull/17882#discussion_r699294924



##########
File path: 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:

Review comment:
       ```suggestion
   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:
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org