This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 670
make weave launch
launch everything
#962
Comments
+1 |
Should it still print out the container IDs, now that there will be three of them? |
They have never been all that useful, I guess, so no. |
Does this imply that for |
No. |
This was referenced Jun 25, 2015
awh
added a commit
that referenced
this issue
Jun 25, 2015
Closed
rade
added a commit
that referenced
this issue
Jun 26, 2015
Weave launch all the things Closes #962.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running the weave router, dns and proxy is now the common case, rather than the exception. So we should make that more convient...
weave launch
should launch all threeweave stop
should stop all threeweave launch-router
should launch just the router (i.e. it's the currentweave launch
)weave stop-router
should stop just the router (i.e. it's the currentweave stop
)Rather than getting all clever about arg parsing,
weave launch
should simply pass all args to (just) the router. In the unusual cases where a user wants to pass arguments to the dns or proxy, they can launch all three separately instead.weave launch
should fail with a suitable "already running" error (as now) if any of the three are already running, and not start any of the others. And if starting any of them fails, it should exit with a failure.weave stop
should stop any containers running, report a "not running" error (as now), and succeed.The text was updated successfully, but these errors were encountered: