|
@@ -9,11 +9,11 @@ Hello World
|
|
|
|
|
|
.. _running_examples:
|
|
.. _running_examples:
|
|
|
|
|
|
-Check your docker install
|
|
|
|
|
|
+Check your Docker install
|
|
-------------------------
|
|
-------------------------
|
|
|
|
|
|
This guide assumes you have a working installation of Docker. To check
|
|
This guide assumes you have a working installation of Docker. To check
|
|
-your docker install, run the following command:
|
|
|
|
|
|
+your Docker install, run the following command:
|
|
|
|
|
|
.. code-block:: bash
|
|
.. code-block:: bash
|
|
|
|
|
|
@@ -22,7 +22,7 @@ your docker install, run the following command:
|
|
|
|
|
|
If you get ``docker: command not found`` or something like
|
|
If you get ``docker: command not found`` or something like
|
|
``/var/lib/docker/repositories: permission denied`` you may have an incomplete
|
|
``/var/lib/docker/repositories: permission denied`` you may have an incomplete
|
|
-docker installation or insufficient privileges to access docker on your machine.
|
|
|
|
|
|
+Docker installation or insufficient privileges to access docker on your machine.
|
|
|
|
|
|
Please refer to :ref:`installation_list` for installation instructions.
|
|
Please refer to :ref:`installation_list` for installation instructions.
|
|
|
|
|