Fix formatting

This commit is contained in:
Preetha Appan 2019-09-08 22:57:55 -05:00
parent 3367da4d1f
commit cea4f9eb5a
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 6 additions and 4 deletions

View File

@ -75,10 +75,12 @@ job "docs" {
allocation and can be used to specify both dynamic ports and reserved ports.
- `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
- “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.
- “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