Document DEFAULT_MAX_WORKERS

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
Mazz Mosley 2015-07-15 11:56:06 +01:00
parent a68ca199a2
commit 03d34336a8
1 changed files with 6 additions and 0 deletions

View File

@ -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](/)