Add link to Best Practice

Add link to Docker documentation for "Best practices for writing Dockerfiles"
This commit is contained in:
Mario Rezende 2014-10-25 11:16:14 -02:00
parent 00fc645e15
commit ba319e048c

View file

@ -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.