You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2019/06/18 03:07:16 UTC

[skywalking-docker] branch master updated: Update README.md (#3)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e38e09c  Update README.md (#3)
e38e09c is described below

commit e38e09ccc7deab1a8dddc60c7f8a0180e081f4dd
Author: carlvine500 <ca...@163.com>
AuthorDate: Tue Jun 18 11:07:12 2019 +0800

    Update README.md (#3)
    
    rename docker container name
---
 6/6.1/ui/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/6/6.1/ui/README.md b/6/6.1/ui/README.md
index 4827800..f8caf51 100644
--- a/6/6.1/ui/README.md
+++ b/6/6.1/ui/README.md
@@ -10,7 +10,7 @@ microservices, cloud native and container-based (Docker, Kubernetes, Mesos) arch
 ## 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.1.0
+$ docker run --name ui --restart always -d -e SW_OAP_ADDRESS=oap:12800 apache/skywalking-ui:6.1.0
 ```
 
 # Configuration