Hacker News new | ask | show | jobs
by sillysaurus3 3325 days ago
Out of curiosity, what are some reasons to run the Clojure program inside of docker? Could you bypass the issue by just running it locally?
1 comments

I do so because my Clojure app I'm writing also depends on other programs from 3rd party vendors (open source stuff). I'm too old to spend time setting shit up on every develop machine, server etc. If I can just write one declarative file (docker-compose.yml) and then be done that's nice, so that is what I do.

Deploying on Linux anyways, so Docker isn't a performance overhead.