Learning Docker

I have been blogging very little and I've been thinking for a while about how to start blogging more. I have decided to publicly take some challenges, and to use this blog to write about said challenges. Since this blog is mainly a technical blog, most of said challenges will be technical challenges. So for… Continue reading Learning Docker

Advertisement

Testing Go applications with PostgreSQL and docker

I spawn and terminate docker containers automatically with Jenkins. This allowed me to have a lighter application and to keep my testing environment closer to the live environment. In this post I describe how I did this. The problem A problem i recently faced was how to build continuous integration for a web application I… Continue reading Testing Go applications with PostgreSQL and docker