Bläddra i källkod

Merge pull request #2475 from dudebout/patch-2

Fixes the password value in the redis/links example
Andy Rothfusz 11 år sedan
förälder
incheckning
09607bb8f6
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      docs/sources/examples/linking_into_redis.rst

+ 2 - 2
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
     DB_PORT_6379_TCP_PORT=6379
     PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
     PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
     PWD=/
     PWD=/
-    DB_ENV_PASSWORD=dockerpass
+    DB_ENV_PASSWORD=docker
     SHLVL=1
     SHLVL=1
     HOME=/
     HOME=/
     container=lxc
     container=lxc
@@ -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