Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
iiman committed May 3, 2016
1 parent 7254b6d commit 5e38a0b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,22 +122,27 @@ Chiminey Installation

7. Verify Chiminey was deployed successfully.

- Retrieve IP address of your machine
- Retrieve the IP address of your machine

+ For Mac and Windows users, type ``env | grep DOCKER_HOST``. The expected output has a format ``DOCKER_HOST=tcp://IP:port``, for example. ``DOCKER_HOST=tcp://192.168.99.100:2376``. Thus, your IP address is 192.168.99.100.

+ For linux users, the command ``ifconfig`` prints your our machine's IP address.

- Open a browser and visit the Chiminey portal at IP, in our example, http://192.168.99.100. After a while, the Chiminey portal will be shown.

.. figure:: img/installation/chimineyportal.png
.. figure:: img/installation/dockerengine.png
:align: center
:alt: Chiminey Portal
:figclass: align-center

Figure. Chiminey Portal

.. figure:: img/installation/chimineyportal.png
:align: center
:alt: Docker Terminal on Mac OS X or Windows
:figclass: align-center

Figure. Docker Virtual Machine on Mac OS X or Windows

.. seealso::

Expand Down

0 comments on commit 5e38a0b

Please sign in to comment.