bind mount /run rw

This commit is contained in:
Jason Brooks 2017-12-18 13:41:11 -08:00
commit 593a3f9bdb

View file

@ -320,6 +320,16 @@
"rbind",
"rprivate"
]
},
{
"type": "bind",
"source": "/run",
"destination": "/run",
"options": [
"rbind",
"rw",
"mode=755"
]
}
],
"linux": {