From 2d03791158ade1b035eafa6b29bb091e60affd93 Mon Sep 17 00:00:00 2001 From: Ace-Tang Date: Wed, 26 Jun 2019 16:30:25 +0800 Subject: [PATCH] docs: remove shim_no_newns in ops.md this ops is removed in commit fd2e3cd326b5ef58a7118658515911921d6731a1, remove from doc avoid misleading users. Signed-off-by: Ace-Tang --- docs/ops.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/ops.md b/docs/ops.md index aed8ac8c1..911b46695 100644 --- a/docs/ops.md +++ b/docs/ops.md @@ -216,9 +216,6 @@ The linux runtime allows a few options to be set to configure the shim and the r no_shim = false # display shim logs in the containerd daemon's log output shim_debug = true - # do not put the shim in its own mount namespace - # (this only need to be set on kernel < 3.18) - shim_no_newns = true ``` ### Bolt Metadata Plugin