Merge pull request #1529 from naumanna/patch-1

Fix markdown characters appearing in description
This commit is contained in:
yosifkit 2019-07-11 13:49:35 -07:00 committed by GitHub
commit 9439216c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -102,11 +102,11 @@ Note: If you are using the boot2docker virtual machine on OS X or Windows, you n
For greater flexibility over configuration, it is possible to mount an entire server configuration directory from the host and then specify the server name as a parameter to the run command. Note: This particular example server configuration provides only HTTP access. For greater flexibility over configuration, it is possible to mount an entire server configuration directory from the host and then specify the server name as a parameter to the run command. Note: This particular example server configuration provides only HTTP access.
```console ```console
$ docker run -d -p 80:9080 \ $ docker run -d -p 80:9080 \
-v /tmp/DefaultServletEngine:/config \ -v /tmp/DefaultServletEngine:/config \
%%IMAGE%%:webProfile8 %%IMAGE%%:webProfile8
``` ```
# Using `springBoot` images # Using `springBoot` images