bind mount /run rw
This commit is contained in:
parent
c88de4b530
commit
593a3f9bdb
1 changed files with 10 additions and 0 deletions
|
|
@ -320,6 +320,16 @@
|
|||
"rbind",
|
||||
"rprivate"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bind",
|
||||
"source": "/run",
|
||||
"destination": "/run",
|
||||
"options": [
|
||||
"rbind",
|
||||
"rw",
|
||||
"mode=755"
|
||||
]
|
||||
}
|
||||
],
|
||||
"linux": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue