This post shows you several ways to reduce Docker image size. These tips helped Nebula Graph devs reduce the image from 1.3G to 0.3G. (more…)
Read more »
I've been exposed to docker on and off and every time I see it, I seem to need a refresher. In this article we will go through everything you need to know about Docker in order to either jump into and existing project or get started with using it. (more…)
Read more »
Adopting Docker containers is a great way to help speed software delivery. But there are different ways to go about Dockerizing your app. They don’t all offer the same degree of value. To get the most out of Docker, it’s important to build Docker dire...
Read more »
As a follow-up to our previous post on the versatility of Docker Compose, we wanted to emphasize how useful it can be to introduce Compose to your development workflow. Compose lets you take advantage of the benefits of Docker, while abstracting the compl... (more…)
Read more »
I want to shed light on the often unnoted role of Docker as a build environment in larger and legacy applications that regularly must be maintained and extended. In particular, I want to highlight Docker’s role during the build process. (more…)
Read more »