mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Mount /proc/fs as readonly
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
d87da59c79
commit
42c8c1b0b8
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ func New() *configs.Config {
|
||||||
ReadonlyPaths: []string{
|
ReadonlyPaths: []string{
|
||||||
"/proc/asound",
|
"/proc/asound",
|
||||||
"/proc/bus",
|
"/proc/bus",
|
||||||
|
"/proc/fs",
|
||||||
"/proc/irq",
|
"/proc/irq",
|
||||||
"/proc/sys",
|
"/proc/sys",
|
||||||
"/proc/sysrq-trigger",
|
"/proc/sysrq-trigger",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue