mirror of https://github.com/docker/docs.git
Reword - one sentence :-)
Docker-DCO-1.1-Signed-off-by: Matthias Kühnle <git.nivoc@neverbox.com> (github: float64)
This commit is contained in:
parent
c1dfc63845
commit
311cb5ca45
|
@ -67,9 +67,8 @@ Once inside our freshly created container we need to install Redis to get the
|
||||||
apt-get -y install redis-server
|
apt-get -y install redis-server
|
||||||
service redis-server stop
|
service redis-server stop
|
||||||
|
|
||||||
Since we used the ``--link redis:db`` option before. Docker has created some
|
As we've used the ``--link redis:db`` option, Docker has created some environment
|
||||||
environment variables in our web application container.
|
variables in our web application container.
|
||||||
Let's inspect them with the ``env`` command.
|
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue