Add support for pids limit in stacks (swarm)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-05-09 23:08:42 +02:00
parent 395a6d560d
commit 851eeb9639
9 changed files with 72 additions and 47 deletions

View File

@ -392,7 +392,8 @@
"type": "object",
"properties": {
"cpus": {"type": "string"},
"memory": {"type": "string"}
"memory": {"type": "string"},
"pids": {"type": "integer"}
},
"additionalProperties": false
},