Docker

Docker is a container technology for Linux.

See also devops

(I offer Docker consulting )

Articles tagged 'docker'

2016-04-13
Docker Postfix container w/Virtual Hosts support

Just wanted to point you to a short post I just published on my consulting site:

Simple Docker Postfix container

It provides a very basic Postfix setup that's ready for handling multiple domains and forwarding.

...

2014-10-22
Eight Docker Development Patterns

In the past I've written about my "home cloud" that used to be OpenVz containers, and how I've come to advocate rebuilding the "build server" for every build

Docker has quickly become one of my favorite enabling tools for this overall philosophy of creating repeatable builds that ...