Hacker News new | past | comments | ask | show | jobs | submit login

Forgive the question... but... why can't 'test' containers be 'prod' containers?



Some tests might have side effects. Probably not a great idea to test the function “bill customer” on a prod deployment. That’s why containers for testing is great—it’s easy to spin up an environment that can be messed around with without consequences (even if things go wrong or your tests have side effects).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: