From ccc1a5dcfb78de8718df08db9e09ea17d9723a16 Mon Sep 17 00:00:00 2001 From: Nicolas Dudebout Date: Wed, 30 Oct 2013 22:52:47 -0400 Subject: [PATCH 1/2] Fixes the password value in the redis/links example --- docs/sources/examples/linking_into_redis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/linking_into_redis.rst b/docs/sources/examples/linking_into_redis.rst index ccbdf57c07..a2d7068fbd 100644 --- a/docs/sources/examples/linking_into_redis.rst +++ b/docs/sources/examples/linking_into_redis.rst @@ -124,7 +124,7 @@ network and environment information from the containers that are linked into it. DB_PORT_6379_TCP_PORT=6379 # 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 From 7e7c931d2b6d667ed97957df37e26b49888933c1 Mon Sep 17 00:00:00 2001 From: Nicolas Dudebout Date: Thu, 31 Oct 2013 08:55:14 -0400 Subject: [PATCH 2/2] Fixes another instant of the password --- docs/sources/examples/linking_into_redis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/linking_into_redis.rst b/docs/sources/examples/linking_into_redis.rst index a2d7068fbd..87e100085c 100644 --- a/docs/sources/examples/linking_into_redis.rst +++ b/docs/sources/examples/linking_into_redis.rst @@ -95,7 +95,7 @@ Now lets start our web application with a link into redis. DB_PORT_6379_TCP_PORT=6379 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/ - DB_ENV_PASSWORD=dockerpass + DB_ENV_PASSWORD=docker SHLVL=1 HOME=/ container=lxc