Hello!<p>This website is a proof of concept with a simple Memcached SaaS. It is my final project for cs50x that ended this sunday. Please tell me what you think :)<p>+ You can read the how-to on SlideShare: <a href="http://www.slideshare.net/julienbarbier42/building-a-saas-using-docker" rel="nofollow">http://www.slideshare.net/julienbarbier42/building-a-saas-us...</a><p>+ You can see the source on GitHub: <a href="https://github.com/jbarbier/SaaS_Memcached" rel="nofollow">https://github.com/jbarbier/SaaS_Memcached</a>
What would be a good way of reliably farming out docker daemons to worker nodes? Mesos is a bit heavyweight but a docker-mesos framework could be pretty cool for programmatically scaling up or down dockers across worker nodes.
Also, I've just submitted some tips for getting the best out of memcached in case anyone is interested <a href="https://news.ycombinator.com/item?id=5560764" rel="nofollow">https://news.ycombinator.com/item?id=5560764</a>