A deep dive into the official Docker image for Python

The official Python image for Docker is quite popular, and in fact I recommend one of its variations as a base image. But many people don’t quite understand what it does, which can lead to confusion and brokenness. In this post I will therefore go over ho… Read more

Similar

Build small Docker images for Go binaries

Maintain Docker images small can help in many cases. It reduces the bandwidth required by registry and dramatically speed up deployment in large clusters.To run a Go binary a full fledged distro with libc is generally required. Unfortunately most linux of... (more…)

Read more »

UIs for Docker, a follow-up post

So rather than edit the post I thought I would write a follow-up, now this is purely my opinion; also I have missed chunks of the container ecosystem, such as CoreOS based technologies. As you can…...

Read more »