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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to