organizing categories

This commit is contained in:
Julien Bisconti 2014-09-26 14:34:11 +02:00
parent 96f02e257c
commit 83aacc9edb

View File

@ -16,8 +16,8 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge
* [Main Resources](#main-resources)
* [General Articles](#general-articles)
* [Good Tips](#good-tips)
* [Service Discovery](#service-discovery)
* [Optimizing Images](#optimizing-images)
* [Service Discovery](#service-discovery)
* [Security](#security)
* [Performances](#performances)
* [Other](#other)
@ -60,12 +60,6 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge
* [Automated Nginx Reverse Proxy for Docker](http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/)
* [Using NSEnter with Boot2Docker](http://ro14nd.de/NSEnter-with-Boot2Docker/)
### Service Discovery
* [@progrium](https://github.com/progrium) Service Discovery articles series:
* [Consul Service Discovery with Docker](http://progrium.com/blog/2014/08/20/consul-service-discovery-with-docker/)
* [Understanding Modern Service Discovery with Docker](http://progrium.com/blog/2014/07/29/understanding-modern-service-discovery-with-docker/)
* [Automatic Docker Service Announcement with Registrator](http://progrium.com/blog/2014/09/10/automatic-docker-service-announcement-with-registrator/)
### Optimizing Images
* [Create the smallest possible Docker container](http://blog.xebia.com/2014/07/04/create-the-smallest-possible-docker-container/)
* [Creating a Docker image from your code](http://blog.tutum.co/2014/04/10/creating-a-docker-image-from-your-code/)
@ -74,6 +68,12 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge
* [Squashing Docker Images](http://jasonwilder.com/blog/2014/08/19/squashing-docker-images/) by [@jwilder](https://github.com/jwilder)
* [Dockerfile Golf (or optimizing the Docker build process)](http://www.davidmkerr.com/2014/08/dockerfile-golf-or-optimizing-docker.html)
### Service Discovery
* [@progrium](https://github.com/progrium) Service Discovery articles series:
* [Consul Service Discovery with Docker](http://progrium.com/blog/2014/08/20/consul-service-discovery-with-docker/)
* [Understanding Modern Service Discovery with Docker](http://progrium.com/blog/2014/07/29/understanding-modern-service-discovery-with-docker/)
* [Automatic Docker Service Announcement with Registrator](http://progrium.com/blog/2014/09/10/automatic-docker-service-announcement-with-registrator/)
### Security
* [Docker and SELinux](http://www.projectatomic.io/docs/docker-and-selinux/)
* [Bringing new security features to Docker](https://opensource.com/business/14/9/security-for-docker)