From 53a9472b9446c942e34f37adbd1e3200c4488cc2 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 25 Sep 2017 10:42:25 -0400 Subject: [PATCH] man-pages: add no_pivot information Signed-off-by: Vincent Batts --- docs/crio.conf.5.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/crio.conf.5.md b/docs/crio.conf.5.md index 6f749b6d..dca22196 100644 --- a/docs/crio.conf.5.md +++ b/docs/crio.conf.5.md @@ -77,6 +77,9 @@ The `crio` table supports the following options: **apparmor_profile**="" Name of the apparmor profile to be used as the runtime's default (default: "crio-default") +**no_pivot**=*true*|*false* + Instructs the runtime to not use pivot_root, but instead use MS_MOVE + ## CRIO.IMAGE TABLE **default_transport**