Skip to content

Commit

Permalink
Merge "FAB-17097 Implemented recommendations after review"
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed Nov 20, 2019
2 parents 8eab735 + be073f2 commit d41953a
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 d41953a

Please sign in to comment.