Docker best practices for secure and lightweight Dockerfiles

Docker is a miracle of modern engineering. It’s amazingly easy to get started with and simple to extend. However, perhaps precisely because of that simplicity, many of its best practices are often forgotten or overlooked. To help you take advantage of the… Read more

Similar

Don’t Panic: Kubernetes and Docker

Authors: Jorge Castro, Duffie Cooley, Kat Cosgrove, Justin Garrison, Noah Kantrowitz, Bob Killen, Rey Lejano, Dan “POP” Papandrea, Jeffrey Sica, Davanum “Dims” Srinivas Kubernetes is deprecating Docker as a container runtime after v1.20. You do not need t... (more…)

Read more »

Introducing Docker 1.13

Today we’re releasing Docker 1.13 with lots of new features, improvements and fixes to help Docker users with New Year’s resolutions to build more and better container apps. Docker 1.13 builds on and improves Docker swarm mode introduced in Docker 1....

Read more »

Test Driven Development for Docker Images

Given the ability to customise the runtime environment, responsibility for providing and maintaining a proper environment shifts from IT-Ops towards developers. Fortunate enough, we can apply well-known methods to make this effort less tedious: automated ... (more…)

Read more »