From 5e114fc1684fc85d463213bc8670a59e60469147 Mon Sep 17 00:00:00 2001 From: Andrew Kennedy Date: Thu, 17 Sep 2015 16:53:21 +0100 Subject: [PATCH] Update README for 1.1.0-PREVIEW.20150917 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68c93c71..042aa4c0 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ depending on your choice of SDN provider. ### Using the latest Clocker release -The latest version of Clocker is [1.1.0-PREVIEW.20150914](https://github.com/brooklyncentral/clocker/releases/tag/v1.1.0-PREVIEW.20150914). +The latest version of Clocker is [1.1.0-PREVIEW.20150917](https://github.com/brooklyncentral/clocker/releases/tag/v1.1.0-PREVIEW.20150917). You can deploy your own **Docker Cloud** with a Weave SDN by running these commands with the _network_ argument st to `weave`, to use Project Calico as your SDN provider, change the last argument to `calico` instead: ```Bash % wget --no-check-certificate --quiet \ - -O brooklyn-clocker-dist.tar.gz http://git.io/vZyM5 + -O brooklyn-clocker-dist.tar.gz http://git.io/vnJYQ % tar zxf brooklyn-clocker-dist.tar.gz % cd brooklyn-clocker % ./bin/clocker.sh location network @@ -55,7 +55,7 @@ directory that is writeable, and your `.ssh` directory, and if you want to use a A suitable startup command would be: ```Bash % docker run -d -v ~/.brooklyn:/root/.brooklyn -v ~/.ssh:/root/.ssh -P \ - clockercentral/clocker:1.1.0-PREVIEW.20150914 \ + clockercentral/clocker:1.1.0-PREVIEW.20150917 \ location network ``` For example, you can specify the jclouds provider for SoftLayer in San Jose by using