| ... | ... |
@@ -82,7 +82,7 @@ of our ``redis`` container. |
| 82 | 82 |
DB_PORT_6379_TCP_ADDR=172.17.0.33 |
| 83 | 83 |
DB_PORT_6379_TCP_PROTO=tcp |
| 84 | 84 |
|
| 85 |
-We can see that we've got a small list of environmental varaibles prefixed with ``DB``. |
|
| 85 |
+We can see that we've got a small list of environment variables prefixed with ``DB``. |
|
| 86 | 86 |
The ``DB`` comes from the link alias specified when we launched the container. Let's use |
| 87 | 87 |
the ``DB_PORT_6379_TCP_ADDR`` variable to connect to our Redis container. |
| 88 | 88 |
|
| ... | ... |
@@ -12,9 +12,9 @@ SSH Daemon Service |
| 12 | 12 |
|
| 13 | 13 |
**Video:** |
| 14 | 14 |
|
| 15 |
-I've create a little screencast to show how to create a SSHd service |
|
| 15 |
+I've created a little screencast to show how to create an SSHd service |
|
| 16 | 16 |
and connect to it. It is something like 11 minutes and not entirely |
| 17 |
-smooth, but gives you a good idea. |
|
| 17 |
+smooth, but it gives you a good idea. |
|
| 18 | 18 |
|
| 19 | 19 |
.. note:: |
| 20 | 20 |
This screencast was created before Docker version 0.5.2, so the |