From 58eb72d2b5d46f7bd854016991a355033aa4ca22 Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Wed, 22 Oct 2014 21:36:14 +0200 Subject: [PATCH] Deploying NGINX with Docker article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6684f1..debfd01 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [Getting Started with Docker](https://serversforhackers.com/articles/2014/03/20/getting-started-with-docker/) by [@fideloper](https://github.com/fideloper) -- [Servers For Hackers](https://serversforhackers.com/editions/) is valuable resource. At some point, every programmer finds themselves needing to know their way around a server. * [How to Use Docker on OS X: The Missing Guide](http://viget.com/extend/how-to-use-docker-on-os-x-the-missing-guide) * [Docker for (Java) Developers](http://ro14nd.de/Docker-for-Developers/) +* [Deploying NGINX with Docker](http://nginx.com/blog/deploying-nginx-nginx-plus-docker/) ### Good Tips * [GUI Apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) by [@fgrehm](https://github.com/fgrehm)