Add note to Docker hostname to explain hostname duplication

This commit is contained in:
Carlos Diaz-Padron 2015-11-16 23:14:28 -08:00
parent 77923255b4
commit 3fabe47229
1 changed files with 3 additions and 1 deletions

View File

@ -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 * `search-domains` - (optional) A comma separated list of DNS search domains for the
container to use. 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** **Authentication**
Registry authentication can be set per task with the following authentication Registry authentication can be set per task with the following authentication