summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyeongkyu.lee <hyeongkyu.lee@navercorp.com>2014-06-19 18:45:31 +0900
committerhyeongkyu.lee <hyeongkyu.lee@navercorp.com>2014-06-19 18:45:31 +0900
commit7b1f34d6269b7076dda86e0288b906f553f19bd1 (patch)
treec9ab0ff2743876ec4471e920bb2900497fdbb742
parentb1c114c3a779ab1d2655169b83f5a165483602bc (diff)
downloaddocker-7b1f34d6269b7076dda86e0288b906f553f19bd1.tar.gz
Update dockerlinks.md
Docker-DCO-1.1-Signed-off-by: Hyeongkyu Lee <hyeongkyu.lee@navercorp.com> (github: leeplay)
-rw-r--r--docs/sources/userguide/dockerlinks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/userguide/dockerlinks.md b/docs/sources/userguide/dockerlinks.md
index c995e1709a..833f4aed98 100644
--- a/docs/sources/userguide/dockerlinks.md
+++ b/docs/sources/userguide/dockerlinks.md
@@ -173,7 +173,7 @@ child container in two ways:
Let's look first at the environment variables Docker sets. Let's run the `env`
command to list the container's environment variables.
- $docker run --rm --link --name web2 db:db training/webapp env
+ $ sudo docker run --rm --name web2 --link db:db training/webapp env
. . .
DB_NAME=/web2/db
DB_PORT=tcp://172.17.0.5:5432