From 2ca4fe284ee0e59fb9515e1550fbbaa408aeb864 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Fri, 19 Dec 2014 14:35:18 +0100 Subject: [PATCH] Adding article: Docker tips --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4715057..ad90cc8 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ This list is not exhaustive, contribute to make it so: add your docker resource * [blimp](https://github.com/tubesandlube/blimp) Uses Docker Machine to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more. By [@defermat](https://github.com/defermat) and [@schvin](https://github.com/schvin) ## Good Tips +* [24 random docker tips](http://csaba.palfi.me/random-docker-tips/) by [@csabapalfi](https://github.com/csabapalfi) * [GUI Apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) by [@fgrehm](https://github.com/fgrehm) * [Automated Nginx Reverse Proxy for Docker](http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/) by [@jwilder](https://github.com/jwilder) * [Using NSEnter with Boot2Docker](http://ro14nd.de/NSEnter-with-Boot2Docker/)