adding tmpfs field to the compose 3.6v file spec and updating binary

Signed-off-by: Ethan Haynes <ethanhaynes@alumni.harvard.edu>
This commit is contained in:
Ethan Haynes 2018-01-16 10:50:40 -06:00
parent 2b8cc52409
commit b15362ce32
2 changed files with 10 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -300,6 +300,15 @@
"properties": {
"nocopy": {"type": "boolean"}
}
},
"tmpfs": {
"type": "object",
"properties": {
"size": {
"type": "integer",
"minimum": 0
}
}
}
},
"additionalProperties": false