Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upDocker image should accept optional flags as ENV variables #2324
Comments
This comment has been minimized.
This comment has been minimized.
|
Couldn't you just pass this cmd line flags directly to |
This comment has been minimized.
This comment has been minimized.
|
you are correct. |
mstump
closed this
Jan 11, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 24, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mstump commentedJan 6, 2017
With the current docker image there is no way to pass additional command line flags such as
-web.external-url. Instead of invoking prometheus directly the image should invoke a shell script, optionally passing command line variables if they're specified in the environment.