Hacker News new | ask | show | jobs
by twelve40 3328 days ago
if, say, zookeeper was a dependency for local development and you didn't want to go through the installation on every laptop... i guess?
1 comments

That's right and another possibility is to create a small cluster to do integration testing (on Jenkins for example). It's more easy to share containers with colleagues so you don't have to worry about about dependencies. It's also easier to limit cpu/memory in a container to check the cpu/memory requirements of your application.