address comments

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-08-30 11:46:36 -04:00
parent 20cc40a5dc
commit 40d238b91a
8 changed files with 117 additions and 2 deletions

View File

@@ -4632,7 +4632,7 @@ const (
DefaultProcMount ProcMountType = "Default"
// UnmaskedProcMount bypasses the default masking behavior of the container
// runtime and ensures the newly created /proc the container stays in tact with
// runtime and ensures the newly created /proc the container stays intact with
// no modifications.
UnmaskedProcMount ProcMountType = "Unmasked"
)