This commit is contained in:
Christof Marti
2019-12-04 14:56:54 +01:00
parent 0dbe568b59
commit 6b0fce926b
2 changed files with 11 additions and 0 deletions

View File

@@ -84,6 +84,13 @@
"type": "boolean",
"description": "Controls whether on Linux the container's user should be updated with the local user's UID and GID. On by default."
},
"mounts": {
"type": "array",
"description": "Mount points to set up when creating the container. See Docker's documentation for the --mount option for the supported syntax.",
"items": {
"type": "string"
}
},
"runArgs": {
"type": "array",
"description": "The arguments required when starting in the container.",