You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by jo...@apache.org on 2020/09/27 14:21:12 UTC

[dubbo-samples] 01/26: Add docker samples

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

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

commit 6a05e42684302f9f5fd93597d7ed127e35eef4a0
Author: scott <sc...@gmail.com>
AuthorDate: Wed Jun 10 22:43:06 2020 +0800

    Add docker samples
---
 golang/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/golang/README.md b/golang/README.md
index a58e353..3e15b08 100644
--- a/golang/README.md
+++ b/golang/README.md
@@ -106,6 +106,14 @@ cd ./target/linux/user_info_client-0.3.1-20190517-0921-release
 sh ./bin/load_user_info_client.sh start $SUFFIX
 ```
 
+docker env
+
+```bash
+docker run -d --name zk zookeeper
+docker run -d --network container:zk registry.cn-hangzhou.aliyuncs.com/scottwang/go-server
+docker run -d --network container:zk registry.cn-hangzhou.aliyuncs.com/scottwang/go-client
+```
+
 ## How to debug with Goland
 
 ### Edit Configurations


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