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

Update README to use new single weave launch command #1011

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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