Skip to content

Commit

Permalink
Update README for 1.1.0-PREVIEW.20150917
Browse files Browse the repository at this point in the history
  • Loading branch information
grkvlt committed Sep 18, 2015
1 parent cf1a280 commit 5e114fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5e114fc

Please sign in to comment.