From 9f422ae85d79e4b88a685c8683dca6e5847a4016 Mon Sep 17 00:00:00 2001 From: Mike Dillon Date: Sat, 29 Aug 2015 17:10:00 -0700 Subject: [PATCH] More markdownfmt appeasement --- jetty/content.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jetty/content.md b/jetty/content.md index 192f2137a..be918c624 100644 --- a/jetty/content.md +++ b/jetty/content.md @@ -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 ``` -To update the server configuration in a derived Docker image, the `Dockerfile` may -enable additional modules with `RUN` commands like: +To update the server configuration in a derived Docker image, the `Dockerfile` may enable additional modules with `RUN` commands like: ```Dockerfile FROM jetty:9