Skip to content
New issue

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

update mockotlpserver Dockerfile to support passing docker run args to the CLI #494

Open
trentm opened this issue Dec 18, 2024 · 0 comments

Comments

@trentm
Copy link
Member

trentm commented Dec 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant