You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
Following #1009, three containers are started with one command. I found it a bit surprising that extra arguments only get passed to the router, not to weavedns or proxy.
Currently, -debug seems to be the only one that would require this treatment, though fixing #329 would introduce another flag that needs to go to weavedns.
The text was updated successfully, but these errors were encountered:
it's not clear what you mean by extra here. We option parser complains about undefined parameters, which is reasonable. So we cannot just pass all parameters to all three containers.
rade
changed the title
weave launch only passes extra command-line flags to the router
pass common weave launch parameters to all components
Jun 29, 2015
Following #1009, three containers are started with one command. I found it a bit surprising that extra arguments only get passed to the router, not to weavedns or proxy.
Currently,
-debug
seems to be the only one that would require this treatment, though fixing #329 would introduce another flag that needs to go to weavedns.The text was updated successfully, but these errors were encountered: