mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
website: indent mode bullets in network params
This commit is contained in:
committed by
Kyle MacDonald
parent
4717ea9a9e
commit
40bb81d3cf
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user