allow to add tmpfs

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-19 13:04:39 +02:00
parent a8ed5d3dc8
commit a1727d3f4f
4 changed files with 25 additions and 0 deletions

View file

@ -137,6 +137,13 @@
"read_only": {
"type": "boolean"
},
"tmpfs": {
"type": "array",
"items": {
"type": "string",
"pattern": "^/[a-z/]$"
}
},
"volumes": {
"type": "array",
"items": {