Merge pull request #1171 from adrianmsmith/correct-param-name-in-jetty

Correct wrong parameter name in Jetty docs
This commit is contained in:
yosifkit 2018-03-21 10:19:52 -07:00 committed by GitHub
commit 2c8fa7abec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ $ docker run -d %%IMAGE%% --list-config
Configuration such as parameters and additional modules may also be passed in via the command line. For example:
```console
$ docker run -d %%IMAGE%% --modules=jmx jetty.threadPool.maxThreads=500
$ docker run -d %%IMAGE%% --module=jmx jetty.threadPool.maxThreads=500
```
To update the server configuration in a derived Docker image, the `Dockerfile` may enable additional modules with `RUN` commands like: