More markdownfmt appeasement

This commit is contained in:
Mike Dillon 2015-08-29 17:10:00 -07:00
parent d74ff5c8de
commit 9f422ae85d
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ Configuration such as parameters and additional modules may also be passed in vi
$ docker run -d %%REPO%%:9 --modules=jmx jetty.threadPool.maxThreads=500 $ docker run -d %%REPO%%:9 --modules=jmx jetty.threadPool.maxThreads=500
``` ```
To update the server configuration in a derived Docker image, the `Dockerfile` may To update the server configuration in a derived Docker image, the `Dockerfile` may enable additional modules with `RUN` commands like:
enable additional modules with `RUN` commands like:
```Dockerfile ```Dockerfile
FROM jetty:9 FROM jetty:9