From 2d85e9f63a8712ab12601b01e78b713b16a6cd40 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Mon, 21 Nov 2022 09:16:43 +0800 Subject: [PATCH] Instruct users to upgrade instead of work around --- BREEZE.rst | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/BREEZE.rst b/BREEZE.rst index 7780684540fdc..202a89d2518ae 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -67,18 +67,10 @@ Here is an example configuration with more than 200GB disk space for Docker: -- **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 `_ 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 `_. Note: If you use Colima, please follow instructions at: `Contributors Quick Start Guide `__