fixed typos, and made small improvements to the wording

This commit is contained in:
Sylvain Bellemare 2013-11-19 14:44:50 +01:00
parent 1de02a70de
commit 3656db66d2
2 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ of our ``redis`` container.
DB_PORT_6379_TCP_ADDR=172.17.0.33 DB_PORT_6379_TCP_ADDR=172.17.0.33
DB_PORT_6379_TCP_PROTO=tcp DB_PORT_6379_TCP_PROTO=tcp
We can see that we've got a small list of environmental varaibles prefixed with ``DB``. We can see that we've got a small list of environment variables prefixed with ``DB``.
The ``DB`` comes from the link alias specified when we launched the container. Let's use The ``DB`` comes from the link alias specified when we launched the container. Let's use
the ``DB_PORT_6379_TCP_ADDR`` variable to connect to our Redis container. the ``DB_PORT_6379_TCP_ADDR`` variable to connect to our Redis container.

View File

@ -12,9 +12,9 @@ SSH Daemon Service
**Video:** **Video:**
I've create a little screencast to show how to create a SSHd service I've created a little screencast to show how to create an SSHd service
and connect to it. It is something like 11 minutes and not entirely and connect to it. It is something like 11 minutes and not entirely
smooth, but gives you a good idea. smooth, but it gives you a good idea.
.. note:: .. note::
This screencast was created before Docker version 0.5.2, so the This screencast was created before Docker version 0.5.2, so the