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 cba7960 commit 79995d5
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,8 @@ 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,15 +65,16 @@ Here, we create a virtual machine that runs docker.

docker-compose --version

+ *Expected output*. If your OS is not an older Mac::
+ *Expected output*.
a. 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::
b. If your OS is an older Mac:

Illegal instruction: 4

This error can be fixed by upgrading docker-compose::
This error can be fixed by upgrading docker-compose:

pip install --upgrade docker-compose

Expand Down

0 comments on commit 79995d5

Please sign in to comment.