diff --git a/README.md b/README.md index 26e04f9..713f065 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [Using NSEnter with Boot2Docker](http://ro14nd.de/NSEnter-with-Boot2Docker/) * [A Simple Way to Dockerize Applications](http://jasonwilder.com/blog/2014/10/13/a-simple-way-to-dockerize-applications) by [@jwilder](https://github.com/jwilder) * [Building good docker images](http://jonathan.bergknoff.com/journal/building-good-docker-images) by [@jbergknoff](https://github.com/jbergknoff) +* [10 Things Not To Forget Before Deploying Docker In Production](http://www.slideshare.net/rightscale/docker-meetup-40826948) ### Optimizing Images * [Create the smallest possible Docker container](http://blog.xebia.com/2014/07/04/create-the-smallest-possible-docker-container/)