mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Add link to Best Practice
Add link to Docker documentation for "Best practices for writing Dockerfiles"
This commit is contained in:
parent
00fc645e15
commit
ba319e048c
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue