You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by il...@apache.org on 2019/07/04 02:50:32 UTC

[dubbo-samples] branch master updated: update README

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

iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new e602a65  update README
e602a65 is described below

commit e602a6539d33b4b9c1dc446e15c886e5391a5513
Author: Ian Luo <ia...@gmail.com>
AuthorDate: Thu Jul 4 10:49:12 2019 +0800

    update README
---
 dubbo-samples-zipkin/README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dubbo-samples-zipkin/README.md b/dubbo-samples-zipkin/README.md
index 93fd37a..ea1efd5 100644
--- a/dubbo-samples-zipkin/README.md
+++ b/dubbo-samples-zipkin/README.md
@@ -38,6 +38,13 @@ Start Zookeeper server:
 zkServer start
 ```
 
+Alternatively a docker compose file is provided in this example in order to start up both Zipkin server and Zookeeper server together.
+
+```bash
+cd main/resources/docker
+docker-compose up
+```
+
 Start `org.apache.dubbo.samples.service.hello.Application` in command line, you can also start it directly from IDE:
 
 ```bash


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org