diff --git a/README.md b/README.md index 7bac850..5e26c57 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Docker for (Java) Developers](http://ro14nd.de/Docker-for-Developers/) * [Deploying NGINX with Docker](http://nginx.com/blog/deploying-nginx-nginx-plus-docker/) * [Eight Docker Development Patterns](http://www.hokstad.com/docker/patterns) +* [Rails Development Environment for OS X using Docker](http://allenan.com/docker-rails-dev-environment-for-osx/) ## 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)