From 40bb81d3cfa2bb60ed183f2b70b481141bd9b4c4 Mon Sep 17 00:00:00 2001 From: Kyle MacDonald Date: Wed, 19 Feb 2020 11:06:18 -0500 Subject: [PATCH] website: indent `mode` bullets in network params --- website/pages/docs/job-specification/network.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/pages/docs/job-specification/network.mdx b/website/pages/docs/job-specification/network.mdx index 25924ec66..10be324a9 100644 --- a/website/pages/docs/job-specification/network.mdx +++ b/website/pages/docs/job-specification/network.mdx @@ -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