Skip to content

Commit

Permalink
docs: host_network does support Docker task port mapping (#10774)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Jun 17, 2021
1 parent b0922e9 commit ad3070a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/content/docs/job-specification/network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ If not set the "default" host network is used which is commonly the address with

When Nomad does port mapping for ports with a defined `host_network`, the port mapping rule will use the host address as the destination address.

~> Note: `host_network` does not currently support task-based mapped ports such as the Docker driver's `port_map` configuration.

```hcl
network {
mode = "bridge"
Expand Down

0 comments on commit ad3070a

Please sign in to comment.