Jason Wilder
Jason Wilder
Thanks for this! This seems like a reasonable approach. I need to test it out a bit first though.
docker-register will register any service that exposes a port currently. docker-discover will setup a proxy to that port as well. The haproxy config is currently defaulting to a http proxy...
Dockerize tries to change the permissions on the destination file to match the permissions of the template. In the case where this is failing, what is permission of the template?
Might be related to #62 as well.
Not sure what changed off-hand. I pushed up `0.4.0` and `0.5.0` tags. I thought docker hub was building the tags automatically, but looks like that isn't working.
There isn't a way to do this currently.
No way to do this currently. #31 or #70 might handle this though.
No way to do this currently. #93 might handle this though.
I believe if the dest file already exists and the permissions are set correctly, the generated file will retain the existing permissions. So a workaround could be add the destination...
OK w/ me. There was suggestion to add https://github.com/Masterminds/sprig in #44 which has math and many other funcs.