From 98fe91b22beafb47b63041b813a5cf4952f2c9b2 Mon Sep 17 00:00:00 2001 From: nschoe Date: Thu, 26 May 2016 00:36:18 +0200 Subject: [PATCH] Add message to announce Docker Series Part I out --- messages/2016-05-26-Docker_Part_I_is_out.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 messages/2016-05-26-Docker_Part_I_is_out.md diff --git a/messages/2016-05-26-Docker_Part_I_is_out.md b/messages/2016-05-26-Docker_Part_I_is_out.md new file mode 100644 index 0000000..11284dd --- /dev/null +++ b/messages/2016-05-26-Docker_Part_I_is_out.md @@ -0,0 +1,6 @@ +--- +title: Docker Series - Part I is Out! +--- + +I've begun a series of posts about Docker, the containerization solution that has all the hype right now. +It's designed from the ground up so that it is accessible for everyone. This post talks about the theory behind Docker and Linux containers in order to have a mental model of what is happening under the hood. Then we will gradually talk and build more and more complex systems in order to tap the full potential of Docker.