From a899b8a63ec83bc5fa70ff8663db5ae3671d56a9 Mon Sep 17 00:00:00 2001 From: Fred Lifton Date: Mon, 8 Sep 2014 12:36:52 -0700 Subject: [PATCH] Format and typo fixes Docker-DCO-1.1-Signed-off-by: Fred Lifton (github: fredlf) --- docs/sources/docker-hub/official_repos.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/sources/docker-hub/official_repos.md b/docs/sources/docker-hub/official_repos.md index a8ee135e01..07a933a769 100644 --- a/docs/sources/docker-hub/official_repos.md +++ b/docs/sources/docker-hub/official_repos.md @@ -39,8 +39,9 @@ Official Image. document](TODO: link). In addition, Docker, Inc. engineer Michael Crosby has a good discussion of Dockerfiles in this [blog post](http://crosbymichael.com/dockerfile-best-practices-take-2.html). -While [ONBUILD triggers](https://docs.docker.com/reference/builder/#onbuild) are not +While `[ONBUILD triggers]`(https://docs.docker.com/reference/builder/#onbuild) are not required, if you choose to use them you should: + * Build both `ONBUILD` and non-`ONBUILD` images, with the `ONBUILD` image built `FROM` the non-`ONBUILD` image. * The `ONBUILD` image should be specifically tagged, for example, `ruby:latest` and @@ -117,7 +118,7 @@ contacts, additional “how-to” information or other resources. ## License -Include a file, (`LICENSE`), of any applicable license. Docker recommends using the +Include a file, `LICENSE`, of any applicable license. Docker recommends using the license of the software contained in the image, provided it allows Docker, Inc. to legally build and distribute the image. Otherwise Docker recommends adopting the [Expat license]((http://directory.fsf.org/wiki/License:Expat). @@ -129,7 +130,7 @@ Ruby on Rails. ## Short description - **README-short.txt** + README-short.txt Ruby on Rails is an open-source application framework written in Ruby. It emphasizes best practices such as convention over configuration, active record pattern, and the @@ -137,7 +138,8 @@ Ruby on Rails. ## Long description - **README.md** + README.md + # What is Ruby on Rails Ruby on Rails, often simply referred to as Rails, is an open source web application