allow to set aio_variables from containers.json

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L
2023-09-29 21:44:12 +02:00
parent 49aca0d955
commit 395380ea2b
5 changed files with 56 additions and 1 deletions

View File

@@ -83,6 +83,13 @@
}
}
},
"aio_variables": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Z_-a-z]+=.*$"
}
},
"restart": {
"type": "string",
"pattern": "^unless-stopped$"