mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 23:20:13 +01:00
commit
088e333d5d
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