From 526c712040c3f1722c4e2bac9f33af2f0b5fef94 Mon Sep 17 00:00:00 2001 From: savitaashture Date: Tue, 27 Jan 2015 20:01:19 +0530 Subject: [PATCH] Fixed a documentation error. --- doc/environment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/environment.md b/doc/environment.md index c710371..e9863d7 100644 --- a/doc/environment.md +++ b/doc/environment.md @@ -26,3 +26,5 @@ These environment variables are *only* provided if the operator deploying Diego - `CF_INSTANCE_PORT` the host-side port corresponding to the *first* desired port in the `DesiredLRP` [`ports`](lrps.md#ports) array. - `CF_INSTANCE_ADDR` identical to `$CF_INSTANCE_IP:$CF_INSTANCE_PORT` - `CF_INSTANCE_PORTS` a list of the form `61012:8080,61013:5000`. The comma delimited entries are pairs of `host-side-port:container-side-port`. The container-side ports map onto the `DesiredLRP` [`ports`](lrps.md#ports) array. + +[back](README.md)