mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
Mark out the best practices section more clearly
This commit is contained in:
parent
1ea747446d
commit
9e91ba1f11
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -211,11 +211,13 @@ In order to push to this repository tag image with `repositoryHostName:5000/imag
|
|||
### Examples
|
||||
|
||||
* [Examples](http://docs.docker.io/reference/builder/#dockerfile-examples)
|
||||
|
||||
### Best Practices
|
||||
|
||||
* [Best practices for writing Dockerfiles](https://docs.docker.com/articles/dockerfile_best-practices/)
|
||||
* [Michael Crosby](http://crosbymichael.com/) has some [best practices](http://crosbymichael.com/dockerfile-best-practices.html) / [take 2](http://crosbymichael.com/dockerfile-best-practices-take-2.html).
|
||||
* [Michael Crosby](http://crosbymichael.com/) has some more [Dockerfiles best practices](http://crosbymichael.com/dockerfile-best-practices.html) / [take 2](http://crosbymichael.com/dockerfile-best-practices-take-2.html).
|
||||
|
||||
## Best Practices
|
||||
|
||||
This is where general Docker best practices and war stories go:
|
||||
|
||||
* [The Rabbit Hole of Using Docker in Automated Tests](http://gregoryszorc.com/blog/2014/10/16/the-rabbit-hole-of-using-docker-in-automated-tests/)
|
||||
* [Bridget Kromhout](https://twitter.com/bridgetkromhout) has a useful blog post on [running Docker in production](http://sysadvent.blogspot.co.uk/2014/12/day-1-docker-in-production-reality-not.html) at Dramafever.
|
||||
* There's also a best practices [blog post](http://developers.lyst.com/devops/2014/12/08/docker/) from Lyst.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue