1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Add support for --limit-pids on service create / update (swarm)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-04-29 17:11:48 +02:00
parent ba2a712ff0
commit 395a6d560d
11 changed files with 198 additions and 51 deletions

View File

@@ -39,6 +39,7 @@ Options:
-l, --label list Service labels
--limit-cpu decimal Limit CPUs
--limit-memory bytes Limit Memory
--limit-pids int Limit maximum number of processes (default 0 = unlimited)
--log-driver string Logging driver for service
--log-opt list Logging driver options
--max-concurrent Number of job tasks to run at once (default equal to --replicas)

View File

@@ -52,6 +52,7 @@ Options:
--label-rm list Remove a label by its key
--limit-cpu decimal Limit CPUs
--limit-memory bytes Limit Memory
--limit-pids int Limit maximum number of processes (default 0 = unlimited)
--log-driver string Logging driver for service
--log-opt list Logging driver options
--max-concurrent Number of job tasks to run at once (default equal to --replicas)