You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "potiuk (via GitHub)" <gi...@apache.org> on 2023/03/05 07:33:42 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #29927: Solution to docker errors that may come while running breeze

potiuk commented on code in PR #29927:
URL: https://github.com/apache/airflow/pull/29927#discussion_r1125613009


##########
BREEZE.rst:
##########
@@ -233,6 +233,16 @@ Run this command to install Breeze (make sure to use ``-e`` flag):
 Once this is complete, you should have ``breeze`` binary on your PATH and available to run by ``breeze``
 command.
 
+**Docker errors that may come while running breeze**
+
+- If docker not runing in python virtual environment
+- **Solution** : ``sudo chmod 666 /var/run/docker.sock``  

Review Comment:
   This is a very bad and extremely insecure solution. You should add your user to docker group. This is the right article describing it in detail https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user



-- 
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