a Docker + Kubernetes network trouble-shooting swiss-army container - GitHub - nicolaka/netshoot: a Docker + Kubernetes network trouble-shooting swiss-army container... (more…)
Read more »
Have you heard about dotCloud? If you haven’t, I’m going to give you
a hint: it is a PAAS company. Another hint: eventually, dotCloud
open-sourced their container engine. That container engine became
Docker. (more…)
Read more »
This blog will explain 10 containers anti-patterns that I’ve seen over the past few months: Data or logs in containers – Containers are ideal for stateless applications and are meant to be ephemeral. This means no data or logs should be stored in th...
Read more »
Docker/Containers are here with a vengeance. They are a difficult leap for many. Why? How can Containers help you? (more…)
Read more »
I’ve talked about how to make tiny Docker images a fair bit in the past, but now that Docker has multi-stage builds, it’s time to revisit… (more…)
Read more »