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
docker run
It would be nice to be able to pass CLI arguments to mockotlpserver when running it via the published Docker image. CUrrently that doesn't work:
docker run --rm -it -p 4317:4317 -p 4318:4318 --name mockotlpserver \ ghcr.io/elastic/elastic-otel-node/mockotlpserver --help
That --help arg is going to node rather than to the mockotlpserver lib/cli.js. Low priority.
--help
node
lib/cli.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice to be able to pass CLI arguments to mockotlpserver when running it via the published Docker image.
CUrrently that doesn't work:
That
--help
arg is going tonode
rather than to the mockotlpserverlib/cli.js
. Low priority.The text was updated successfully, but these errors were encountered: