1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fixes the password value in the redis/links example

This commit is contained in:
Nicolas Dudebout 2013-10-30 22:52:47 -04:00
parent ca2bbe716c
commit ccc1a5dcfb

View file

@ -124,7 +124,7 @@ network and environment information from the containers that are linked into it.
DB_PORT_6379_TCP_PORT=6379 DB_PORT_6379_TCP_PORT=6379
# Get environment variables of the container # Get environment variables of the container
DB_ENV_PASSWORD=dockerpass DB_ENV_PASSWORD=docker
Accessing the network information along with the environment of the child container allows Accessing the network information along with the environment of the child container allows