Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instruct users to upgrade instead of work around #27809

Merged
merged 1 commit into from
Nov 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions BREEZE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,10 @@ Here is an example configuration with more than 200GB disk space for Docker:
</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
`add it back <https://github.com/docker/for-mac/issues/6529#issuecomment-1292135881i>`_ in the
next patchlevel, if you happen to see "docker is not running" when it is, you should not have
``/var/run/docker.sock`` created. In order to fix it, check that you have
``${HOME}/.docker/run/docker.sock`` and run the following command to fix it:

.. code-block:: bash

sudo ln -sf "${HOME}/.docker/run/docker.sock" /var/run/docker.sock
- **Docker is not running** - even if it is running with Docker Desktop. This is an issue
specific to Docker Desktop 4.13.0 (released in late October 2022). Please upgrade Docker
Desktop to 4.13.1 or later to resolve the issue. For technical details, see also
`docker/for-mac#6529 <https://github.com/docker/for-mac/issues/6529>`_.

Note: If you use Colima, please follow instructions at: `Contributors Quick Start Guide <https://github.com/apache/airflow/blob/main
/CONTRIBUTORS_QUICK_START.rst>`__
Expand Down