From dd18d6f401e42e3d9835ed77fdeb6ab20380523f Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 11 Jul 2019 21:10:07 +0000 Subject: [PATCH] Run update.sh --- websphere-liberty/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websphere-liberty/README.md b/websphere-liberty/README.md index 1233f0c22..5666e883f 100644 --- a/websphere-liberty/README.md +++ b/websphere-liberty/README.md @@ -174,11 +174,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 \ - websphere-liberty:webProfile8 - ``` +```console +$ docker run -d -p 80:9080 \ + -v /tmp/DefaultServletEngine:/config \ + websphere-liberty:webProfile8 +``` # Using `springBoot` images