Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Use new weave launch command introduced by #962
Browse files Browse the repository at this point in the history
  • Loading branch information
awh committed Jun 25, 2015
1 parent 0ce123e commit b78d4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ two containers, one on each host.

First start weave on $HOST1:

host1$ weave launch && weave launch-dns && weave launch-proxy
host1$ weave launch

this runs the weave router, DNS and proxy, each in their own
container. Next we configure our `DOCKER_HOST` environment variable to
Expand All @@ -81,7 +81,7 @@ this host we simply launch them with `docker run` as appropriate.

Next we repeat similar steps on `$HOST2`...

host2$ weave launch $HOST1 && weave launch-dns && weave launch-proxy
host2$ weave launch $HOST1
host2$ eval $(weave proxy-env)
host2$ docker run --name a2 -ti ubuntu

Expand Down

0 comments on commit b78d4f0

Please sign in to comment.