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.