Browse Source

Reword - one sentence :-)

Docker-DCO-1.1-Signed-off-by: Matthias Kühnle <git.nivoc@neverbox.com> (github: float64)
Matthias Kühnle 11 years ago
parent
commit
311cb5ca45
1 changed files with 2 additions and 3 deletions
  1. 2 3
      docs/sources/examples/running_redis_service.rst

+ 2 - 3
docs/sources/examples/running_redis_service.rst

@@ -67,9 +67,8 @@ Once inside our freshly created container we need to install Redis to get the
     apt-get -y install redis-server
     service redis-server stop
 
-Since we used the ``--link redis:db`` option before. Docker has created some 
-environment variables in our web application container. 
-Let's inspect them with the ``env`` command.
+As we've used the ``--link redis:db`` option, Docker has created some environment 
+variables in our web application container.
 
 .. code-block:: bash