Merge pull request #3841 from alexlarsson/separate-base-fs
Separate out graphdriver mount and container root
This commit is contained in:
commit
40505f4560
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ func parseOptions(options string) (int, string) {
|
|||
"nodiratime": {false, syscall.MS_NODIRATIME},
|
||||
"bind": {false, syscall.MS_BIND},
|
||||
"rbind": {false, syscall.MS_BIND | syscall.MS_REC},
|
||||
"private": {false, syscall.MS_PRIVATE},
|
||||
"relatime": {false, syscall.MS_RELATIME},
|
||||
"norelatime": {true, syscall.MS_RELATIME},
|
||||
"strictatime": {false, syscall.MS_STRICTATIME},
|
||||
|
|
Loading…
Reference in a new issue