Sometime last month you built a Docker image for your Python application. Today you start with the same revision, fix a minor bug, and build a new image from scratch. And suddenly you’ve got a mess on your hands. If your build is not reproducible, you mig... (more…)
Read more »
LXC (LinuX Containers) is a OS-level virtualization technology and Docker is an extension of LXC’s capabilities achieved through a high-level API. (more…)
Read more »
In this post, I’ve decided to share with you some useful commands and tools I frequently use when working with awesome Docker technology…...
Read more »
Ilan Rabinovitch, Director of Technical Community at Datadog, will be giving a talk at Open Source Summit NA titled “Docker Adoption Patterns” based on information gathered through Datadog’s research. ... (more…)
Read more »
Docker and containers are pretty nifty. You can run applications or even OSes inside containers (sort of, it shares a kernel with the host OS and there’s still at least some ways to escape a container to get to the host). The beauty of it to me is how ...
Read more »