From 13c27f6554b2320ec73b0098903aaab9f01ff8f9 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 27 Apr 2015 16:40:51 -0600 Subject: [PATCH] Fix postgres quote formatting --- postgres/README.md | 5 ++++- postgres/content.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/postgres/README.md b/postgres/README.md index 6a4895e75..aa6fb4659 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -25,7 +25,10 @@ PostgreSQL implements the majority of the SQL:2011 standard, is ACID-compliant a docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres -This image includes `EXPOSE 5432` (the postgres port), so standard container linking will make it automatically available to the linked containers. The default `postgres` user and database are created in the entrypoint with `initdb`. > The postgres database is a default database meant for use by users, utilities > and third party applications. > [postgresql.org/docs](http://www.postgresql.org/docs/9.3/interactive/app-initdb.html) +This image includes `EXPOSE 5432` (the postgres port), so standard container linking will make it automatically available to the linked containers. The default `postgres` user and database are created in the entrypoint with `initdb`. + +> The postgres database is a default database meant for use by users, utilities and third party applications. +> [postgresql.org/docs](http://www.postgresql.org/docs/9.3/interactive/app-initdb.html) ## connect to it from an application diff --git a/postgres/content.md b/postgres/content.md index 62fa48079..60e015d33 100644 --- a/postgres/content.md +++ b/postgres/content.md @@ -14,7 +14,10 @@ PostgreSQL implements the majority of the SQL:2011 standard, is ACID-compliant a docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres -This image includes `EXPOSE 5432` (the postgres port), so standard container linking will make it automatically available to the linked containers. The default `postgres` user and database are created in the entrypoint with `initdb`. > The postgres database is a default database meant for use by users, utilities > and third party applications. > [postgresql.org/docs](http://www.postgresql.org/docs/9.3/interactive/app-initdb.html) +This image includes `EXPOSE 5432` (the postgres port), so standard container linking will make it automatically available to the linked containers. The default `postgres` user and database are created in the entrypoint with `initdb`. + +> The postgres database is a default database meant for use by users, utilities and third party applications. +> [postgresql.org/docs](http://www.postgresql.org/docs/9.3/interactive/app-initdb.html) ## connect to it from an application