From ce4b59c3460256e9c29c1dc2c0c3d3c6c1ed63e7 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 8 Feb 2021 10:52:57 -0600 Subject: [PATCH] docs: clarify PID Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com> --- website/content/docs/drivers/exec.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/drivers/exec.mdx b/website/content/docs/drivers/exec.mdx index 236e46752..9d58944b2 100644 --- a/website/content/docs/drivers/exec.mdx +++ b/website/content/docs/drivers/exec.mdx @@ -108,7 +108,7 @@ This also applies for running Nomad in -dev mode. ## Plugin Options - `default_pid_mode` `(string: optional)` - Defaults to `"private"`. Set to - `"private"` to enable namespace isolation for tasks by default, or `"host"` to + `"private"` to enable PID namespace isolation for tasks by default, or `"host"` to disable isolation. !> **Warning:** If set to `"host"`, other processes running as the same user will