docker support?
Hi, Really like your script, did some modifications to it, to support loading variables from environment settings. I have a version that is docker compatible. Would that be of interest as a feature?
Hi, sorry I hadn't checked github in a while. I've never personally used docker but making the script docker compatible definitely sounds like a great idea. Mind creating a Pull Request so I can look into it?
Yeah no problem ;) Im new to GitHub so might need some guidance? I’ve cloned the repo, made my changes in a feature branch. So do I create a pr from my branch to master, directly from my git client? I tried pushing my branch, but that was not allowed ;)
I think you have to create a Fork of my Repo on your GitHub, create a feature branch on there and then make the pr Maybe this helps
Thx, will look into it