From c6816dfc677a639361320274760d956eea200a29 Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Sat, 25 Jul 2015 21:47:21 -0700 Subject: [PATCH] Update faq.md Fix case for PostgreSQL. Signed-off-by: Charles Chan --- docs/misc/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/misc/faq.md b/docs/misc/faq.md index 2108ddc16c..1dccc51da6 100644 --- a/docs/misc/faq.md +++ b/docs/misc/faq.md @@ -94,13 +94,13 @@ with several powerful functionalities: ../terms/image/#base-image-def) to create more specialized components. This can be done manually or as part of an automated build. For example you can prepare the ideal Python environment, and use it as a base for 10 different - applications. Your ideal Postgresql setup can be re-used for all your future + applications. Your ideal PostgreSQL setup can be re-used for all your future projects. And so on. - *Sharing.* Docker has access to a [public registry](https://hub.docker.com) where thousands of people have uploaded useful containers: anything from Redis, - CouchDB, Postgres to IRC bouncers to Rails app servers to Hadoop to base images - for various Linux distros. The + CouchDB, PostgreSQL to IRC bouncers to Rails app servers to Hadoop to base + images for various Linux distros. The [*registry*](../reference/api/registry_index_spec/#registryindexspec) also includes an official "standard library" of useful containers maintained by the Docker team. The registry itself is open-source, so anyone can deploy their own