瀏覽代碼

Run update.sh

Docker Library Bot 6 年之前
父節點
當前提交
dd18d6f401
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      websphere-liberty/README.md

+ 5 - 5
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.
 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
 # Using `springBoot` images