We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, --datakit and --listen arguments of the GitHub bridge, as well as the -a address of the GH webhook listener. For instance we have:
--datakit
--listen
-a
tcp://localhost:5640
tcp:localhost:5640
[localhost]:5640
We should try to converge to something more consistent as it already caused me much confusion.
See #188
The text was updated successfully, but these errors were encountered:
Merge pull request moby#194 from hannesm/no-profile
1c110bc
remove mirage-profile from mirage-solo5 (sync with upstream)
No branches or pull requests
Currently,
--datakit
and--listen
arguments of the GitHub bridge, as well as the-a
address of the GH webhook listener. For instance we have:tcp://localhost:5640
(--listen
)tcp:localhost:5640
(--datakit
)[localhost]:5640
(-a
)We should try to converge to something more consistent as it already caused me much confusion.
See #188
The text was updated successfully, but these errors were encountered: