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 2022/10/28 22:40:31 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #27354: Describe workaround for recent Docker Desktop mishap

jedcunningham commented on code in PR #27354:
URL: https://github.com/apache/airflow/pull/27354#discussion_r1008555578


##########
BREEZE.rst:
##########
@@ -66,6 +66,21 @@ Here is an example configuration with more than 200GB disk space for Docker:
              alt="Disk space MacOS">
     </div>
 
+
+- **Docker is not running** - even if it is running with Docker Desktop. The version of
+  Docker Desktop released late October 2022 (4.13.0) has ``/var/run/docker.sock`` removed.
+  If you install 4.13.0 for the first time you will miss ``/var/run/docker.sock`` and you will get
+  "docker is not running" error. This was done too hastily and they are likely to
+  `remove it <https://github.com/docker/for-mac/issues/6529#issuecomment-1292135881i>`_ in the

Review Comment:
   ```suggestion
     `add it back <https://github.com/docker/for-mac/issues/6529#issuecomment-1292135881i>`_ in the
   ```



##########
BREEZE.rst:
##########
@@ -66,6 +66,21 @@ Here is an example configuration with more than 200GB disk space for Docker:
              alt="Disk space MacOS">
     </div>
 
+
+- **Docker is not running** - even if it is running with Docker Desktop. The version of
+  Docker Desktop released late October 2022 (4.13.0) has ``/var/run/docker.sock`` removed.
+  If you install 4.13.0 for the first time you will miss ``/var/run/docker.sock`` and you will get
+  "docker is not running" error. This was done too hastily and they are likely to
+  `remove it <https://github.com/docker/for-mac/issues/6529#issuecomment-1292135881i>`_ in the
+  next patchlevel, but if you happen to see "docker is not running" when it is, you should not have

Review Comment:
   ```suggestion
     next patchlevel. If you happen to see "docker is not running" when it is, you may not have
   ```



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