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:22 UTC

[skywalking-docker] 43/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 8cad4fff26ee894b57ab99e7b00f9ffd950cc6ee
Author: lixin40 <li...@lenovo.com>
AuthorDate: Sun Jul 12 10:30:26 2020 +0800

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

diff --git a/8/8.0.1/oap-es7/README.md b/8/8.0.1/oap-es7/README.md
index 9937721..7b8ec65 100644
--- a/8/8.0.1/oap-es7/README.md
+++ b/8/8.0.1/oap-es7/README.md
@@ -13,14 +13,14 @@ This image can only connect to Elasticsearch **7** when setting `SW_STORAGE`=`el
 
 ## Start a `standlone` container with `H2` storage
 
-```
-$ docker run --name oap --restart always -d apache/skywalking-oap-server:8.0.0-es7
+```shell
+$ docker run --name oap --restart always -d apache/skywalking-oap-server:8.0.1-es7
 ```
 
 ## Start a `standlone` container with `elasticsearch` storage whose address is `elasticsearch:9200`
 
-```
-$ docker run --name oap --restart always -d -e SW_STORAGE=elasticsearch -e SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200 apache/skywalking-oap-server:8.0.0-es7
+```shell
+$ docker run --name oap --restart always -d -e SW_STORAGE=elasticsearch -e SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200 apache/skywalking-oap-server:8.0.1-es7
 ```
 
 # Configuration
diff --git a/8/8.0.1/oap/README.md b/8/8.0.1/oap/README.md
index bcfdcce..cf43b59 100644
--- a/8/8.0.1/oap/README.md
+++ b/8/8.0.1/oap/README.md
@@ -14,18 +14,18 @@ This image can only connect to Elasticsearch **6** when setting `SW_STORAGE`=`el
 ## Start a `standlone` container with `H2` storage
 
 ```
-$ docker run --name oap --restart always -d apache/skywalking-oap-server:8.0.0-es6
+$ 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`
 
 ```
-$ 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.0-es6
+$ 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
 ```
 
 # Configuration
 
-We could set up environment variables to configure this image. They are defined in [backend-setup](https://github.com/apache/skywalking/blob/v8.0.0/docs/en/setup/backend/backend-setup.md).
+We could set up environment variables to configure this image. They are defined in [backend-setup](https://github.com/apache/skywalking/blob/v8.0.1/docs/en/setup/backend/backend-setup.md).
 
 # Extend image
 
diff --git a/8/8.0.1/ui/README.md b/8/8.0.1/ui/README.md
index 3456cac..e925905 100644
--- a/8/8.0.1/ui/README.md
+++ b/8/8.0.1/ui/README.md
@@ -21,7 +21,7 @@ This image would start up SkyWalking UI only.
 ## Start a container to connect oap server whose address is `oap:12800`
 
 ```
-$ docker run --name oap --restart always -d -e SW_OAP_ADDRESS=oap:12800 apache/skywalking-ui:8.0.0
+$ docker run --name oap --restart always -d -e SW_OAP_ADDRESS=oap:12800 apache/skywalking-ui:8.0.1
 ```
 
 # Configuration