Re: .env file handling

2017-10-24 Thread Monty Zukowski
Thank you for the explanations and solutions, things are starting to make more sense now. I can live with the envdir approach for my docker containers, or provide a tool to parse .env files and create the envdir when loading in the settings but before launching a program. Thanks, Monty On

.env file handling

2017-10-23 Thread Monty Zukowski
Hi all, I've been learning about s6 through the s6-overlay. What I would like to do is take a .env file full of x=y lines and have that define env vars before running a program. I suspect there is a clever and easy way to do that. However, I'm not so clever. The best I've found so far is the