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 8d208db commit b68d17c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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
03f4658f8b78: Pull complete
Expand All @@ -64,11 +64,11 @@ Here, we create a virtual machine that runs docker.

docker-compose --version

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

docker-compose version x.x.x, build xxxxxxx
*Expected output*. If your OS is an older Mac::
+ *Expected output*. If your OS is an older Mac::

Illegal instruction: 4

Expand All @@ -92,7 +92,9 @@ Docker, specifically ``docker-engine`` and ``docker-compose``, needs to be insta
Installation Instructions
------------

On the created VM::
1. Open

If you have MaC On the created VM::

sudo -s
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Expand Down

0 comments on commit b68d17c

Please sign in to comment.