Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
iiman committed May 2, 2016
1 parent 79995d5 commit 13499a6
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Here, we create a virtual machine that runs docker.
docker run hello-world


+ `Expected output`. You will see a message similar to the one below.:
+ `Expected output`. You will see a message similar to the one below::

Unable to find image ’hello-world:latest’ locally
latest: Pulling from library/hello-world
Expand All @@ -65,18 +65,9 @@ Here, we create a virtual machine that runs docker.

docker-compose --version

+ *Expected output*.
a. If your OS is not an older Mac:

docker-compose version x.x.x, build xxxxxxx
b. If your OS is an older Mac:

Illegal instruction: 4

This error can be fixed by upgrading docker-compose:

pip install --upgrade docker-compose
+ `Expected output`.
a. If your OS is not an older Mac: ``docker-compose version x.x.x, build xxxxxxx``
b. If your OS is an older Mac: ``Illegal instruction: 4``. This error can be fixed by upgrading docker-compose: ``pip install --upgrade docker-compose``.


.. _linux_req:
Expand Down

0 comments on commit 13499a6

Please sign in to comment.