Choosing a Docker base image for your Python application

When you’re building a Docker image for your Python application, you’re building on top of an existing image—and there are many possible choices. There are OS images like Ubuntu, and there are the many different variants of the python base image. Which on… Read more

Similar

Docker Official Images Are Now Multi-Platform

This past week, Docker rolled out a big update to our Official Images to make them multi-platform aware. Now, when you run docker run hello-world, Docker CE and EE will pull and run the correct hello-world image whether that’s for x86-64 Linux, Windows, A... (more…)

Read more »

Death of Docker?

Back in September 2016, an event went unnoticed, although it was a fundamental change. Google and RedHat declared the game is over: they decided to fork Docker. Why did they decide to do that? Redhat had several reasons: Container conception:…Read more ›... (more…)

Read more »