Skip to content

Commit

Permalink
FAB-17097 Implemented recommendations after review
Browse files Browse the repository at this point in the history
Colons have been added behind two sentences to turn them into proper english.

Signed-off-by: Daniel Attevelt <danielattevelt@protonmail.com>
Change-Id: I0ce747f93144185ba59278dfb54f6a0e97c5e7a6
  • Loading branch information
dehekkendekrekker committed Nov 20, 2019
1 parent 48c9819 commit be073f2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/source/prereqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,26 @@ command from a terminal prompt:
docker --version
.. note:: The following applies to linux systems running systemd.

Make sure the docker daemon is running.

.. code:: bash
sudo systemctl start docker
Optional: If you want the docker daemon to start when the system starts, use the following:

.. code:: bash
sudo systemctl enable docker
Add your user to the docker group.

.. code:: bash
sudo usermod -a -G docker <username>
.. note:: Installing Docker for Mac or Windows, or Docker Toolbox will also
install Docker Compose. If you already had Docker installed, you
should check that you have Docker Compose version 1.14.0 or greater
Expand Down

0 comments on commit be073f2

Please sign in to comment.