Merge pull request #1322 from runcom/var-tmp-rw
system container: add /var/tmp as RW
This commit is contained in:
commit
33e2f82d61
3 changed files with 33 additions and 0 deletions
|
@ -253,6 +253,17 @@
|
||||||
"source": "/tmp",
|
"source": "/tmp",
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"destination": "/var/tmp",
|
||||||
|
"options": [
|
||||||
|
"private",
|
||||||
|
"bind",
|
||||||
|
"rw",
|
||||||
|
"mode=755"
|
||||||
|
],
|
||||||
|
"source": "/var/tmp",
|
||||||
|
"type": "bind"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"destination": "/etc",
|
"destination": "/etc",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
|
@ -258,6 +258,17 @@
|
||||||
"source": "/tmp",
|
"source": "/tmp",
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"destination": "/var/tmp",
|
||||||
|
"options": [
|
||||||
|
"private",
|
||||||
|
"bind",
|
||||||
|
"rw",
|
||||||
|
"mode=755"
|
||||||
|
],
|
||||||
|
"source": "/var/tmp",
|
||||||
|
"type": "bind"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"destination": "/etc",
|
"destination": "/etc",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
|
@ -248,6 +248,17 @@
|
||||||
"source": "/tmp",
|
"source": "/tmp",
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"destination": "/var/tmp",
|
||||||
|
"options": [
|
||||||
|
"private",
|
||||||
|
"bind",
|
||||||
|
"rw",
|
||||||
|
"mode=755"
|
||||||
|
],
|
||||||
|
"source": "/var/tmp",
|
||||||
|
"type": "bind"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"destination": "/etc",
|
"destination": "/etc",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue