Skip to content

Commit

Permalink
Update docs to clarify that user defined networks are required
Browse files Browse the repository at this point in the history
  • Loading branch information
clinta committed Apr 7, 2017
1 parent 5f4716b commit 976f58b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/source/docs/drivers/docker.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ The `docker` driver supports the following configuration in the job spec:
}
```
* `ipv4_address` - (Optional) The IPv4 address to be used for the container. In
requires docker 1.13.0.
* `ipv4_address` - (Optional) The IPv4 address to be used for the container.
Requires docker 1.13.0. Only works with user defined networks.
* `ipv6_address` - (Optional) The IPv6 address to be used for the container. In
requires docker 1.13.0.
* `ipv6_address` - (Optional) The IPv6 address to be used for the container.
Requires docker 1.13.0. Only works with user defined networks.
* `hostname` - (Optional) The hostname to assign to the container. When
launching more than one of a task (using `count`) with this option set, every
Expand Down

0 comments on commit 976f58b

Please sign in to comment.