Skip to content

Commit

Permalink
Add note to Docker hostname to explain hostname duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdp committed Nov 17, 2015
1 parent c5304c3 commit c4ab2fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/source/docs/drivers/docker.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4ab2fa

Please sign in to comment.