Linux Virtualization and Containers: Virtualbox, KVM, Xen, LXC and Docker

A while back, things used to be easy. A personal computer or server comprised of hardware components bundled with an operating system installed on a hard drive and that was pretty much it. And then the cloud happened. Things got slightly more interestin… Read more

Similar

Docker Container Anti Patterns

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 »