Thursday, 11 October 2018

Automated Docker config generator?

I've been struggling to piece together information about hosting a Node application through Docker for the last month or so. Some of it is very simple and well documented, like the instructions for using the Node Docker image. But some of it is much more complex, like running bind mounting your source into the container and using nodemon to watch for changes, or configuring Traefik with Let's Encrypt certs.Would there be value to a CLI wizard that generates an optimal Docker configuration for a project?I threw together a quick POC, but I don't want to put more time/effort into it if it's a silly idea. I'm hoping for some validation, criticism, and maybe some help.https://ift.tt/2pNH1vO

Submitted October 11, 2018 at 08:54PM by thirdender

No comments:

Post a Comment