Skip to content

Commit

Permalink
website: indent mode bullets in network params
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle MacDonald authored and kylemac committed Feb 19, 2020
1 parent 4717ea9 commit 40bb81d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/pages/docs/job-specification/network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ job "docs" {

- `mode` `(string: "host")` - Mode of the network. The following modes are available:

- `none` - Task group will have an isolated network without any network interfaces.
- `bridge` - Task group will have an isolated network namespace with an interface
that is bridged with the host. Note that bridge networking is only
currently supported for the `docker`, `exec`, `raw_exec`, and `java` task
drivers.
- `host` - Each task will join the host network namespace and a shared network
namespace is not created. This matches the current behavior in Nomad 0.9.
- `none` - Task group will have an isolated network without any network interfaces.
- `bridge` - Task group will have an isolated network namespace with an interface
that is bridged with the host. Note that bridge networking is only
currently supported for the `docker`, `exec`, `raw_exec`, and `java` task
drivers.
- `host` - Each task will join the host network namespace and a shared network
namespace is not created. This matches the current behavior in Nomad 0.9.

### `port` Parameters

Expand Down

0 comments on commit 40bb81d

Please sign in to comment.