You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/07/12 02:57:23 UTC

[skywalking-docker] 44/45: modify the version 8.0.0 to 8.0.1 in README.md

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git

commit aadc3f1da1327ebb4d6d256ca103e63319d7db29
Author: lixin40 <li...@lenovo.com>
AuthorDate: Sun Jul 12 10:33:31 2020 +0800

    modify the version 8.0.0 to 8.0.1 in README.md
---
 8/8.0.1/oap/README.md | 4 ++--
 8/8.0.1/ui/README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/8/8.0.1/oap/README.md b/8/8.0.1/oap/README.md
index cf43b59..09dbd43 100644
--- a/8/8.0.1/oap/README.md
+++ b/8/8.0.1/oap/README.md
@@ -13,13 +13,13 @@ This image can only connect to Elasticsearch **6** when setting `SW_STORAGE`=`el
 
 ## Start a `standlone` container with `H2` storage
 
-```
+```shell
 $ docker run --name oap --restart always -d apache/skywalking-oap-server:8.0.1-es6
 ```
 
 ## Start a `standlone` container with `elasticsearch7` storage whose address is `elasticsearch:9200`
 
-```
+```shell
 $ docker run --name oap --restart always -d -e SW_STORAGE=elasticsearch7 -e SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200 apache/skywalking-oap-server:8.0.1-es6
 ```
 
diff --git a/8/8.0.1/ui/README.md b/8/8.0.1/ui/README.md
index e925905..e6b3fe7 100644
--- a/8/8.0.1/ui/README.md
+++ b/8/8.0.1/ui/README.md
@@ -20,7 +20,7 @@ This image would start up SkyWalking UI only.
 
 ## Start a container to connect oap server whose address is `oap:12800`
 
-```
+```shell
 $ docker run --name oap --restart always -d -e SW_OAP_ADDRESS=oap:12800 apache/skywalking-ui:8.0.1
 ```