adding Article: Creating container part 1

This commit is contained in:
Julien Bisconti 2014-11-21 20:28:15 +01:00
parent f86b9075ce
commit dc78ecd6ef

View File

@ -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/)