Test the images
I am still trying to find out some way to actually test the image without having to run it manually. There is some code and I don't way people to just trust my bash skills.
https://github.com/maxking/docker-mailman/commit/cde320477cd7c08f32db2cd04a7d50d47b0550ea Added some support for testing the docker images. It is still in initial stages and just tests if mailman-core container comes up.
It would be good to run a few other commands and check their response. This could possibly be also done using a python script instead of bash for easier parsing of response if required.
It would be good to have tests with all the databases as well.
By default, testing with Sqlite shouldn't take too much.
Neither would testing with MySQL.
This issue has not been updated for more than 1year