From 5cf483737ed448f728da150dd3835f775da7cd8d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 12 Nov 2014 12:15:28 -0600 Subject: [PATCH] Fix HTML characters in code block --- docs/container-environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/container-environment.md b/docs/container-environment.md index f430ec613f4..133f14341e8 100644 --- a/docs/container-environment.md +++ b/docs/container-environment.md @@ -26,8 +26,8 @@ Currently the list of all services that are running at the time when the contain For a service named **foo** that maps to a container port named **bar**, the following variables are defined: ```sh -FOO_SERVICE_HOST=<the host the service is running on> -FOO_SERVICE_PORT=<the port the service is running on> +FOO_SERVICE_HOST= +FOO_SERVICE_PORT= ``` Going forward, we expect that Services will have a dedicated IP address.  In that context, we will also surface services to the container via DNS.  Of course DNS is still not an enumerable protocol, so we will continue to provide environment variables so that containers can do discovery.