Comment on Ditching Docker for Local Development
astral_avocado@programming.dev 1 year agoRight? If it’s about ease of insight into containers for debugging and troubleshooting, I can kinda see that. Although I’m so used to working with containers it isn’t a barrier really to me anymore.
sip@programming.dev 1 year ago
yup. it’s a breeze especially for interpreted langs. mount the source code, expose the ports and voila. need a db?
image: postgres