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

Command-line flags don't work with all-in-one Docker image 1.12 #1565

Closed
yurishkuro opened this issue May 24, 2019 · 2 comments
Closed

Command-line flags don't work with all-in-one Docker image 1.12 #1565

yurishkuro opened this issue May 24, 2019 · 2 comments

Comments

@yurishkuro
Copy link
Member

I thought that we changed the ENTRY_POINT so that additional CLI flags can be provided, but it looks like none are recognized

$ docker run \
  -e SPAN_STORAGE_TYPE=badger \
  -e BADGER_EPHEMERAL=false \
  jaegertracing/all-in-one:1.12
  help

zsh: command not found: help
@pavolloffay
Copy link
Member

it works for me, you probably forgot \ at the end of image line

@yurishkuro
Copy link
Member Author

image

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

2 participants