Browse Source

Merge pull request #1537 from aguibert/open-liberty-readme-typo

Fix bad formatting in open-liberty image content
yosifkit 6 years ago
parent
commit
3ce4f5a4c3
1 changed files with 9 additions and 9 deletions
  1. 9 9
      open-liberty/content.md

+ 9 - 9
open-liberty/content.md

@@ -95,11 +95,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.
 
-	```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
 
@@ -191,7 +191,7 @@ docker run -d -p 80:9080 -p 443:9443 \
 
 WebSphere Liberty is a commercial distribution of Open Liberty. There is an official docker image for websphere-liberty. The websphere-liberty docker image predates the open-liberty one, so to make it simpler to move from open-liberty to websphere-liberty (or vice versa) the images are broadly compatible. It should be possible to move from one to the other with a simple FROM clause change. Some considerations for moving between them:
 
-	Open Liberty installs into `/opt/ol` rather than `/opt/ibm`.
-	Use the `/config` folder for accessing the server configuration.
-	Use the `/output` folder for accessing the server output.
-	When adding your own SSL configuration use the `/config/configDropins/defaults/keystore.xml`.
+-	Open Liberty installs into `/opt/ol` rather than `/opt/ibm`.
+-	Use the `/config` folder for accessing the server configuration.
+-	Use the `/output` folder for accessing the server output.
+-	When adding your own SSL configuration use the `/config/configDropins/defaults/keystore.xml`.