At the current state of web technologies, having our application be unavailable during every upgrade is not acceptable anymore. And if you are updating your application often, which you should, being available during updates is even more important. In this post I will walk you through hot-swapping docker containers without letting any request drop with just one command. Blue-Green deployment is the technique we will use. It involves running your new and old server versions in parallel and hav...