Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
grkvlt committed Nov 13, 2015
1 parent 7306eb3 commit f060a08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can deploy your own **Docker Cloud** with a Weave SDN by running these comma
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/vCrU7
-O brooklyn-clocker-dist.tar.gz http://git.io/v4UMB
% tar zxf brooklyn-clocker-dist.tar.gz
% cd brooklyn-clocker
% ./bin/clocker.sh location network
Expand Down
8 changes: 4 additions & 4 deletions dist/src/main/assembly/files/README
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ use the `brooklyn.sh` script with the `clocker` command and alternative options.
% ./bin/brooklyn.sh clocker

The Clocker catalog contains a blueprint for a Docker Cloud and some example
applications. To start a Docker Cloud using the provided `docker-cloud.yaml` blueprint
and its default options, use the following command:
applications. To start a Docker Cloud using the provided `docker-cloud-calico.yaml`
blueprint and its default options, use the following command:

% ./bin/clocker.sh jclouds:aws-ec2:us-east-1
% ./bin/clocker.sh jclouds:softlayer:lon02 calico

Other blueprints are provided in the `blueprints` directory to illustrate different
application configuration mechanisms.
Expand All @@ -41,4 +41,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit f060a08

Please sign in to comment.