From a6e827e68a90385e07678f99b10b0138f8610539 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 22 Jul 2019 16:24:13 -0700 Subject: [PATCH] Apply markdownfmt --- open-liberty/content.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/open-liberty/content.md b/open-liberty/content.md index 68219fa06..cbde64da7 100644 --- a/open-liberty/content.md +++ b/open-liberty/content.md @@ -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`.