Skip to content

Commit

Permalink
Correct some minor typos in the breeze.rst doc
Browse files Browse the repository at this point in the history
Corrected some typos.
  • Loading branch information
KesharwaniArpita authored Sep 26, 2023
1 parent 9730dba commit 6aecf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BREEZE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 6aecf57

Please sign in to comment.