Fixed misspelling

Docker-DCO-1.1-Signed-off-by: Matthias Kühnle <git.nivoc@neverbox.com> (github: float64)
Upstream-commit: 8a3cb0c65e7940e928e31d6e64cce5d81d9975a6
Component: engine
This commit is contained in:
Matthias Kühnle
2014-02-14 14:29:09 +01:00
committed by Matthias Kühnle
parent e8870b2f18
commit efed40e022

View File

@ -68,7 +68,7 @@ Once inside our freshly created container we need to install Redis to get the
service redis-server stop
Now we can test the connection. Firstly, let's look at the available environmental
variables in our web application container that docker has setup for us. We can use these to get the IP and port
variables in our web application container that Docker has setup for us. We can use these to get the IP and port
of our ``redis`` container.
.. code-block:: bash