Skip to content
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
11 changes: 4 additions & 7 deletions docs/src/how-to/install/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ Checkout the repository, including its submodules:
We provide a container containing all needed tools for setting up and
interacting with a wire-server cluster.

Ensure you have docker installed:

::

sudo apt install docker.io

Or, depending on your distro, see `how to install docker <https://docker.com>`__.
Ensure you have Docker >= 20.10.14 installed, as the glibc version used is
incompatible with older container runtimes.

Your Distro might ship an older version, so best see `how to install docker
<https://docker.com>`__.

To bring the tools in scope, we run the container, and mount the local ``wire-server-deploy``
checkout into it.
Expand Down