docs: shorten IPC
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
This commit is contained in:
parent
a911d4ca17
commit
419044ed08
|
@ -115,7 +115,7 @@ This also applies for running Nomad in -dev mode.
|
||||||
be able to access sensitive process information like environment variables.
|
be able to access sensitive process information like environment variables.
|
||||||
|
|
||||||
- `default_ipc_mode` `(string: optional)` - Defaults to `"private"`. Set to
|
- `default_ipc_mode` `(string: optional)` - Defaults to `"private"`. Set to
|
||||||
`"private"` to enable inter-process-communication isolation for tasks by default,
|
`"private"` to enable IPC namespace isolation for tasks by default,
|
||||||
or `"host"` to disable isolation.
|
or `"host"` to disable isolation.
|
||||||
|
|
||||||
!> **Warning:** If set to `"host"`, other processes running as the same user will be
|
!> **Warning:** If set to `"host"`, other processes running as the same user will be
|
||||||
|
|
Loading…
Reference in New Issue