1. Wrapping my head around OpenShift User Magic

    Docker tries to solve the shipping problem by ensuring that no matter where a container is run, the environment will always be the same. In other words, if you build your Docker image on a Windows machine, it will run equally on a Linux machine and on AWS. OpenShift breaks this concept by adding an extra security layer on top of the container, making things often not work in OpenShift even if it works locally. This short article will describe how I wrapped my head around this when dealing with a MSsql driver. …