Never Install a Thing Again (Except Docker)

I’m not gonna lie… it took me a while to adopt Docker. A hard-wired Vagrant devotee, Docker just didn’t feel mature enough to me until relatively recently, but boy have I seen the light. As a… Read more

Similar

Docker Build from Dockerfile – Compendium

All docker containers are started from an image. What’s an image? Image is a collection of read only layers with everything we need to run application. Commonly in image we have base layout of operating system we had choose and some necessary binaries to ... (more…)

Read more »

Getting started with Docker and Node.js

Today we are going to continue on and "dockerize" our Node.js API that we created in a previous post. This will keep a consistent and deployable API that scales easily. "Hitmen for your product, we take care of the stuff your team can't" Email... (more…)

Read more »