Add note to Docker hostname to explain hostname duplication
This commit is contained in:
parent
77923255b4
commit
3fabe47229
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue