-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add more flexible options #23
base: master
Are you sure you want to change the base?
Conversation
add comments add logging
Hey Cole, thank you for this, it looks great. I wasn't aware of the ability to use SET_OPTS et al. I'd like to both understand more about these env vars and get the removal of confd done before I consider merging this. I can't say when that will be but hopefully in a week r s. Backwards compatibility is definitely important btw. Also can you explain why you think this helps with #22 |
Thanks for the response! So a bit of an overview how all of this works, in case it helps: Previously: you use options to swap out a template using How backwards compatibility is maintained:
Specifically, #22 is related because What are your thoughts on:
|
Oh, also.
If you like this approach, I am happy to do some work updating the README. |
Thanks! |
@sjiveson Do you mind clarifying a bit about why you closed? Did you decide that this functionality is not desirable? |
Ah sorry, its been that long I forgot you did this PR against the byebyeconfd branch, which I just merged into the arm branch (months after originally merging to master) and then deleted. |
Just recreated the branch and managed to reopen, phew. Hopefully I'll actually find the time to give this the attention it deserves. |
Thanks!! No worries! I’ll take some time to pull in the latest from master too. 😄 |
Hey guys, what is the status on this? I could use some of these changes, too. Thanks! (Yes, I know I can build my own image, but it is a bit troublesome ;-].) |
I would also love it if this could get merged.. it's a very useful update |
This PR is mentioned multiple times in multiple issues. Is there any intention in create a version using this ? |
SHARED_DIRECTORY
inputs by using and parsing thedocker CMD
NFS_OPTS
environment variableSHARED_DIRECTORY
to the mount inputsREAD_ONLY
andSYNC
ifNFS_OPTS
is not setWould love to discuss if this is workable from your perspective and how committed you are to backwards compatibility. I think if backwards compatibility is not necessary, these deprecation warnings could be more forceful or you can simply bump the version and simplify the pattern by setting default
NFS_OPTS
and give users free reign to set their own options by overriding the environment variable.NOTE: I submitted the PR to the
byebyeconfd
branch, since those changes looked desirable and these changes are related.Related to #20
Related to #22