Alex Efros
Alex Efros
Maintenance and development now happens in fork https://github.com/powerman/dockerize. > * `defaultEmpty $var $default` - Returns a default value for one that does not exist or is empty in case of...
Already merged in https://github.com/powerman/dockerize (except set UID/GID feature).
Already merged in https://github.com/powerman/dockerize
There are a lot of ways to implement this with shell, e.g. (assuming log file names doesn't contain spaces): ``` $ ls *.log 1.log 2.log 3.log $ echo dockerize $(ls...
> I've submitted a PR that supports this functionality. … and that PR was merged in fork https://github.com/powerman/dockerize. @willseward That PR implement support for loading defaults for env variables from...
Already fixed in fork https://github.com/powerman/dockerize
Fork https://github.com/powerman/dockerize provides [a lot of new functions](https://masterminds.github.io/sprig/), e.g. you can try to use [uuidv4](https://masterminds.github.io/sprig/uuid.html) or one of [cryptographic](https://masterminds.github.io/sprig/crypto.html) functions. If these won't fit your needs please consider opening issue...
This is already implemented and actually a default behaviour in fork https://github.com/powerman/dockerize
This is [fixed](https://github.com/powerman/dockerize#installation) in fork https://github.com/powerman/dockerize: all you need is to install `curl` in alpine/debian/ubuntu and use `wget -O -` instead of `curl` in busybox. ``` $ docker run -i...
Already merged in https://github.com/powerman/dockerize