diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-17 16:45:07 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-17 16:45:39 +0800 |
commit | 6262913966511a8c464915e565053a3d4acdbc49 (patch) | |
tree | a02793518fe6d613e9c08000c69a0a5c0d2d5f72 /docs | |
parent | 80030e4d3dfb332ce4c623f29ee916843698c466 (diff) |
Set consul version to 0.9.3
Issue-Id: MSB-65
Change-Id: I3e4eefc9392d37ecac9850378d8bca204c66b73a
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/images/msb-architecture.PNG | bin | 46033 -> 0 bytes | |||
-rw-r--r-- | docs/platform/installation.rst | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/images/msb-architecture.PNG b/docs/platform/images/msb-architecture.PNG Binary files differdeleted file mode 100644 index 8485372..0000000 --- a/docs/platform/images/msb-architecture.PNG +++ /dev/null diff --git a/docs/platform/installation.rst b/docs/platform/installation.rst index 8991f66..1fc554d 100644 --- a/docs/platform/installation.rst +++ b/docs/platform/installation.rst @@ -13,7 +13,7 @@ This deployment approach is only for testing. MSB is consist of multiple microse :: - sudo docker run -d --net=host --name msb_consul consul + sudo docker run -d --net=host --name msb_consul consul:0.9.3 - Run the MSB dockers @@ -60,7 +60,7 @@ In case that you don't want to use host network to set up the MSB dockers, you n :: - sudo docker run -d -p 8500:8500 --name msb_consul consul + sudo docker run -d -p 8500:8500 --name msb_consul consul:0.9.3 CONSUL_IP=`sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' msb_consul` |