The other day I had a conversation with a Operations Engineer who made a bold statement: "Sending us a docker container is not different from sending us a .deb package" I do not agree with that statement at all but didn't have the time to counter it, so ... (more…)
Read more »
I wrote this post trying to learn how Docker works under the hood. My learning goal was to run a Docker image without Docker. (more…)
Read more »
One of the biggest benefits of using docker for me has been the fact that it makes developing code with databases much simpler.
Whenever I’m building an app, I tend to use postgres as the database. Pre-docker, this meant installing postgres locally on my... (more…)
Read more »
At Meshcloud we use a continuous delivery process to deliver cloud infrastructure and software updates. Since we operate multiple cloud platforms on a variety of hardware configurations managed by …...
Read more »