docs: remove shim_no_newns in ops.md

this ops is removed in commit fd2e3cd326,
remove from doc avoid misleading users.

Signed-off-by: Ace-Tang <aceapril@126.com>
This commit is contained in:
Ace-Tang 2019-06-26 16:30:25 +08:00
parent 0e87608c2a
commit 2d03791158

View File

@ -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