-
Notifications
You must be signed in to change notification settings - Fork 649
Please, document environment variables #189
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
Comments
It's not documented yet both because we haven't gotten to writing good docs
for it yet, and because it doesn't work as well as we'd like it to yet (so
we still consider it somewhat experimental). For example, it has very
annoying edge behavior when folks attempt to use it together with a
configuration file.
|
@tianon how can we help? |
@imaia thanks for any help! Any documentation would go in the content.md file over here. I think the best option we thought to improve the reliability of these variables was to add a small yaml parser to the image to parse the MongoDB config file and use it with our cli flag parsing to ensure we properly detect ssl usage and other conflicting config. I don't recall what @tianon had found when searching for a small yaml parser. We just haven't been able to get back to give the MongoDB image more attention. Here is the section that we have to ensure certain config flags are set for Have any ideas where you would like to help? |
Has the actual OP issue been resolved yet? Still can't find doco for setting the auth in environment variables |
Parsing the config file was added in #225, which was the main driver for considering this functionality to still be experimental, so we're definitely ready to document this. It looks like there's been a stab taken at doing so in docker-library/docs#1127, but we haven't had a chance to review it in depth yet. |
Closing in favor of docker-library/docs#1127 (since this is really a documentation issue, not an image issue). 👍 |
Please, document the variables below:
The text was updated successfully, but these errors were encountered: