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/26 07:36:41 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #18524: doc: Added notification into this guide to help developer solve "dock…

uranusjr commented on a change in pull request #18524:
URL: https://github.com/apache/airflow/pull/18524#discussion_r716158618



##########
File path: CONTRIBUTORS_QUICK_START.rst
##########
@@ -1101,6 +1110,15 @@ Setting up Breeze
 
   $ ./breeze --python 3.8 --backend mysql
 
+Note: If you encounter an error like "docker.credentials.errors.InitializationError:
+docker-credential-secretservice not installed or not available in PATH", you may execute following command to fix it.
+
+.. code-block:: bash
+
+  $ sudo apt install golang-docker-credential-helper

Review comment:
       ```suggestion
       $ sudo apt install golang-docker-credential-helper
   ```
   
   I think 2 spaces is not enough? (Not sure)

##########
File path: CONTRIBUTORS_QUICK_START.rst
##########
@@ -1101,6 +1110,15 @@ Setting up Breeze
 
   $ ./breeze --python 3.8 --backend mysql
 
+Note: If you encounter an error like "docker.credentials.errors.InitializationError:
+docker-credential-secretservice not installed or not available in PATH", you may execute following command to fix it.

Review comment:
       ```suggestion
   .. note::
   
       If you encounter an error like "docker.credentials.errors.InitializationError:
       docker-credential-secretservice not installed or not available in PATH", you may
       execute the following command to fix it.
   ```

##########
File path: CONTRIBUTORS_QUICK_START.rst
##########
@@ -287,6 +287,15 @@ Setting up Breeze
 
   $ ./breeze --python 3.8 --backend mysql
 
+Note: If you encounter an error like "docker.credentials.errors.InitializationError:
+docker-credential-secretservice not installed or not available in PATH", you may execute following command to fix it.

Review comment:
       ```suggestion
   docker-credential-secretservice not installed or not available in PATH", you may execute the following command to fix it:
   ```




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