From c4ab2fa296122bbbf548497a8eefa42d9867e881 Mon Sep 17 00:00:00 2001 From: Carlos Diaz-Padron Date: Mon, 16 Nov 2015 23:14:28 -0800 Subject: [PATCH] Add note to Docker hostname to explain hostname duplication --- website/source/docs/drivers/docker.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index 13ebf55affb4..623cdd6b4aee 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -43,7 +43,9 @@ The `docker` driver supports the following configuration in the job specificatio * `search-domains` - (optional) A comma separated list of DNS search domains for the container to use. -* `hostname` - (optional) The hostname to assign to the container. +* `hostname` - (optional) The hostname to assign to the container. When launching more + than one of a task (using `count`) with this option set, every container the task + starts will have the same hostname. **Authentication** Registry authentication can be set per task with the following authentication