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 70b7a6ef8220693b0ef91cde5032b4cfc80e20c8 Author: Gao Hongtao <[email protected]> AuthorDate: Thu Sep 12 21:24:19 2019 +0800 Update doc --- 6/6.4/oap/README.md | 6 +++--- 6/6.4/ui/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/6/6.4/oap/README.md b/6/6.4/oap/README.md index c062478..a8c49f1 100644 --- a/6/6.4/oap/README.md +++ b/6/6.4/oap/README.md @@ -10,18 +10,18 @@ microservices, cloud native and container-based (Docker, Kubernetes, Mesos) arch ## Start a `standlone` container with `H2` storage ``` -$ docker run --name oap --restart always -d apache/skywalking-oap-server:6.3.0 +$ docker run --name oap --restart always -d apache/skywalking-oap-server:6.4.0 ``` ## 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:6.3.0 +$ docker run --name oap --restart always -d -e SW_STORAGE=elasticsearch -e SW_STORAGE_ES_CLUSTER_NODES=elasticsearch:9200 apache/skywalking-oap-server:6.4.0 ``` # Configuration -We could set up environment variables to configure this image. Most of them are defined in [backend-setup](https://github.com/apache/skywalking/blob/v6.3.0/docs/en/setup/backend/backend-setup.md), but Apache SkyWalking Docker Image adds extra environment variables to help the user to compose it properly. The details are located in [docker-entrypoint.sh](docker-entrypoint.sh) +We could set up environment variables to configure this image. Most of them are defined in [backend-setup](https://github.com/apache/skywalking/blob/v6.4.0/docs/en/setup/backend/backend-setup.md), but Apache SkyWalking Docker Image adds extra environment variables to help the user to compose it properly. The details are located in [docker-entrypoint.sh](docker-entrypoint.sh) ## SW_CLUSTER Default value is `standalone`, avaliable values are: diff --git a/6/6.4/ui/README.md b/6/6.4/ui/README.md index b902d57..c4e9785 100644 --- a/6/6.4/ui/README.md +++ b/6/6.4/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:6.3.0 +$ docker run --name oap --restart always -d -e SW_OAP_ADDRESS=oap:12800 apache/skywalking-ui:6.4.0 ``` # Configuration
