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 e38e09ccc7deab1a8dddc60c7f8a0180e081f4dd Author: carlvine500 <[email protected]> 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
