From ba319e048c71f16d29501b893e9c6d7736ed2227 Mon Sep 17 00:00:00 2001 From: Mario Rezende Date: Sat, 25 Oct 2014 11:16:14 -0200 Subject: [PATCH] Add link to Best Practice Add link to Docker documentation for "Best practices for writing Dockerfiles" --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4a636f7..5f4985b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ NOTE: This used to be a gist that continually expanded. It's now a github proje * [Links](https://github.com/wsargent/docker-cheat-sheet#links) * [Volumes](https://github.com/wsargent/docker-cheat-sheet#volumes) * [Exposing Ports](https://github.com/wsargent/docker-cheat-sheet#exposing-ports) +* [Best Practices](https://github.com/wsargent/docker-cheat-sheet#Best Practices) * [Tips](https://github.com/wsargent/docker-cheat-sheet#tips) ## Why @@ -219,6 +220,8 @@ Docker.io hosts its own [index](https://index.docker.io/) to a central registry ### Best Practices +Docker documentation: [Best practices for writing Dockerfiles](https://docs.docker.com/articles/dockerfile_best-practices/) + Best to look at [http://github.com/wsargent/docker-devenv](http://github.com/wsargent/docker-devenv) and the [best practices](http://crosbymichael.com/dockerfile-best-practices.html) / [take 2](http://crosbymichael.com/dockerfile-best-practices-take-2.html) for more details. If you use [jEdit](http://jedit.org), I've put up a syntax highlighting module for [Dockerfile](https://github.com/wsargent/jedit-docker-mode) you can use.