This is an automated email from the ASF dual-hosted git repository.
husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 6aecf57269 Correct some minor typos in the `breeze.rst` doc
6aecf57269 is described below
commit 6aecf57269f207a0794fa6e18e7fdc7c09277cf3
Author: Arpita kesharwani <[email protected]>
AuthorDate: Wed Sep 27 03:25:15 2023 +0530
Correct some minor typos in the `breeze.rst` doc
Corrected some typos.
---
BREEZE.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/BREEZE.rst b/BREEZE.rst
index d941a7f1ff..6a72e7fdc1 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -43,7 +43,7 @@ Docker Desktop
--------------
- **Version**: Install the latest stable `Docker Desktop
<https://docs.docker.com/get-docker/>`_
- and add make sure it is in your PATH. ``Breeze`` detects if you are using
version that is too
+ and make sure it is in your PATH. ``Breeze`` detects if you are using
version that is too
old and warns you to upgrade.
- **Permissions**: Configure to run the ``docker`` commands directly and not
only via root user.
Your user should be in the ``docker`` group.
@@ -56,7 +56,7 @@ Docker Desktop
- **Docker problems**: Sometimes it is not obvious that space is an issue when
you run into
a problem with Docker. If you see a weird behaviour, try ``breeze cleanup``
command.
Also see `pruning <https://docs.docker.com/config/pruning/>`_ instructions
from Docker.
-- **Docker context**: In recent versions Docker Desktop is by default
configured to use ``desktop-linux``
+- **Docker context**: Recent versions of Docker Desktop are by default
configured to use ``desktop-linux``
docker context that uses docker socket created in user home directory. Older
versions (and plain docker)
uses ``/var/run/docker.sock`` socket and ``default`` context. Breeze will
attempt to detect if you have
``desktop-linux`` context configured and will use it if it is available, but
you can force the