From 03d34336a85e189c8e40bfcd7dbbfe801f0c76dc Mon Sep 17 00:00:00 2001 From: Mazz Mosley Date: Wed, 15 Jul 2015 11:56:06 +0100 Subject: [PATCH] Document DEFAULT_MAX_WORKERS Signed-off-by: Mazz Mosley --- docs/cli.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index c178fc788..ce0f0447e 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -193,6 +193,12 @@ the daemon. Configures the path to the `ca.pem`, `cert.pem`, and `key.pem` files used for TLS verification. Defaults to `~/.docker`. +### DEFAULT\_MAX\_WORKERS + +Configures the maximum number of worker threads to be used when executing +commands in parallel. Only a subset of commands execute in parallel, `stop`, +`kill` and `rm`. + ## Compose documentation - [User guide](/)