diff --git a/README.md b/README.md index b7e23e9..1359f28 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [Useful Articles](#useful-articles) * [Main Resources](#main-resources) * [General Articles](#general-articles) + * [Deep Dive](#deep-dive) * [Multi-Server](#multi-server) * [Good Tips](#good-tips) * [Optimizing Images](#optimizing-images) @@ -62,6 +63,9 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [Deploying NGINX with Docker](http://nginx.com/blog/deploying-nginx-nginx-plus-docker/) * [Eight Docker Development Patterns](http://www.hokstad.com/docker/patterns) +### Deep Dive +* [Creating containers - Part 1](http://crosbymichael.com/creating-containers-part-1.html) This is part one of a series of blog posts detailing how docker creates containers. By [@crosbymichael](https://github.com/crosbymichael) + ### Multi-Server * [Using Fig and Flocker to build, test, deploy and migrate multi-server Dockerized apps](https://clusterhq.com/blog/fig-flocker-multi-server-docker-apps/)