Reword - one sentence :-)
Docker-DCO-1.1-Signed-off-by: Matthias Kühnle <git.nivoc@neverbox.com> (github: float64) Upstream-commit: 311cb5ca45c15c32408d54194470536e73ae016d Component: engine
This commit is contained in:
committed by
Matthias Kühnle
parent
983d3e7de3
commit
d71035c5b7
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user