From e55517d0c8ae2e7b99bfceb4aa96e0db384e6c10 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Wed, 18 Nov 2015 12:24:25 -0800 Subject: [PATCH] More grammer fixes --- website/source/docs/jobspec/servicediscovery.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/jobspec/servicediscovery.html.md b/website/source/docs/jobspec/servicediscovery.html.md index af3d84a59..4c23225f5 100644 --- a/website/source/docs/jobspec/servicediscovery.html.md +++ b/website/source/docs/jobspec/servicediscovery.html.md @@ -113,11 +113,11 @@ group "database" { discoverable services running on a host. * Tasks running inside Nomad also needs to reach out to the Consul agent if they - want to use any Consul APIs. Ex: A task running inside a docker container in + want to use any of the Consul APIs. Ex: A task running inside a docker container in the bridge mode won't be able to talk to a Consul Agent running on the loopback interface of the host since the container in the bridge mode has it's own network interface and doesn't see interfaces on the global network - namespaces. There are a couple of ways to solve this, one way is to run the + namespace of the host. There are a couple of ways to solve this, one way is to run the container in the host networking mode, or make the Consul agent listen on an interface on the network namespace of the container.