from Hacker News

Show HN: Container Canary (unit test tool for your containers)

by jacobtomlinson on 5/12/22, 10:35 AM with 1 comments

  • by jacobtomlinson on 5/12/22, 10:35 AM

    Hey there folks! I’m the author of Container Canary. The project grew out of a need for unit testing and most importantly regression testing for the containers we manage. Specifically, I was trying to support multiple platforms with a single image and kept causing regressions with changes I was making. So Canary was born as a side project of mine to help me test our images and give me the confidence I wasn’t breaking things.

    We then open-sourced it so that the community can benefit from it too. If you have any questions please don’t hesitate to ask!