Преглед изворни кода

Fix markdown characters appearing in description

Fix the image description so the ``` characters do not appear.
Andy Naumann пре 6 година
родитељ
комит
3bdab36436
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      websphere-liberty/content.md

+ 5 - 5
websphere-liberty/content.md

@@ -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
-	$ docker run -d -p 80:9080 \
-	  -v /tmp/DefaultServletEngine:/config \
-	  %%IMAGE%%:webProfile8
-	```
+```console
+$ docker run -d -p 80:9080 \
+      -v /tmp/DefaultServletEngine:/config \
+      %%IMAGE%%:webProfile8
+```
 
 
 # Using `springBoot` images
 # Using `springBoot` images