From 9522f147daa4eae8a52e8ebfa57d6124577afb0d Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sat, 17 Oct 2015 15:56:05 -0600 Subject: [PATCH] Update docker.html.md --- website/source/docs/drivers/docker.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index 10ae62862..f1aa3c21e 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -51,7 +51,7 @@ port mapping will still be able to make outbound network connections. Typically when you create a Docker container you configure the service to start listening on a port (or ports) when you start the container. For example, redis -starts listening on `6379` when you `Docker run redis`. Nomad can support this by +starts listening on `6379` when you `docker run redis`. Nomad can support this by mapping a random port on the host machine to the port inside the container. You need to tell Nomad which ports your container is using so Nomad can map