Merge pull request #3379 from Ace-Tang/clean-doc

docs: remove shim_no_newns in ops.md
This commit is contained in:
Michael Crosby 2019-06-26 11:30:21 -04:00 committed by GitHub
commit bb9616ba20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 no_shim = false
# display shim logs in the containerd daemon's log output # display shim logs in the containerd daemon's log output
shim_debug = true 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 ### Bolt Metadata Plugin